diff --git a/docs/data-sources/subaccount_service_instance.md b/docs/data-sources/subaccount_service_instance.md index 4627c053..e8f1ed67 100644 --- a/docs/data-sources/subaccount_service_instance.md +++ b/docs/data-sources/subaccount_service_instance.md @@ -46,6 +46,7 @@ data "btp_subaccount_service_instance" "by_name" { - `context` (String) Contextual data for the resource. - `created_date` (String) The date and time when the resource was created in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format. +- `dashboard_url` (String) The URL of the web-based management UI for the service instance. - `labels` (Map of Set of String) The set of words or phrases assigned to the service instance. - `last_modified` (String) The date and time when the resource was last modified in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format. - `parameters` (String) The configuration parameters for the service instance. diff --git a/docs/data-sources/subaccount_service_instances.md b/docs/data-sources/subaccount_service_instances.md index 6241ca5e..9d84538f 100644 --- a/docs/data-sources/subaccount_service_instances.md +++ b/docs/data-sources/subaccount_service_instances.md @@ -59,6 +59,7 @@ Read-Only: - `context` (String) Contextual data for the resource. - `created_date` (String) The date and time when the resource was created in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format. +- `dashboard_url` (String) The URL of the web-based management UI for the service instance. - `id` (String) The ID of the service instance. - `labels` (Map of Set of String) The set of words or phrases assigned to the service instance. - `last_modified` (String) The date and time when the resource was last modified in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format. diff --git a/docs/resources/subaccount_service_instance.md b/docs/resources/subaccount_service_instance.md index 4d6bc28b..c7be9945 100644 --- a/docs/resources/subaccount_service_instance.md +++ b/docs/resources/subaccount_service_instance.md @@ -81,6 +81,7 @@ resource "btp_subaccount_service_instance" "xsuaa_application" { - `context` (String) Contextual data for the resource. - `created_date` (String) The date and time when the resource was created in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format. +- `dashboard_url` (String) The URL of the web-based management UI for the service instance. - `id` (String) The ID of the service instance. - `last_modified` (String) The date and time when the resource was last modified in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format. - `platform_id` (String) The platform ID. diff --git a/internal/provider/datasource_subaccount_service_instance.go b/internal/provider/datasource_subaccount_service_instance.go index 349a91af..788b0be1 100644 --- a/internal/provider/datasource_subaccount_service_instance.go +++ b/internal/provider/datasource_subaccount_service_instance.go @@ -118,6 +118,10 @@ You must be assigned to the admin or viewer role of the subaccount.`, MarkdownDescription: "The set of words or phrases assigned to the service instance.", Computed: true, }, + "dashboard_url": schema.StringAttribute{ + MarkdownDescription: "The URL of the web-based management UI for the service instance.", + Computed: true, + }, }, } } diff --git a/internal/provider/datasource_subaccount_service_instances.go b/internal/provider/datasource_subaccount_service_instances.go index 948f703c..45ece5b6 100644 --- a/internal/provider/datasource_subaccount_service_instances.go +++ b/internal/provider/datasource_subaccount_service_instances.go @@ -29,6 +29,7 @@ type subaccountServiceInstancesValueConfig struct { CreatedDate types.String `tfsdk:"created_date"` LastModified types.String `tfsdk:"last_modified"` Labels types.Map `tfsdk:"labels"` + DashboardUrl types.String `tfsdk:"dashboard_url"` } type subaccountServiceInstancesDataSourceConfig struct { @@ -136,6 +137,10 @@ You must be assigned to the admin or viewer role of the subaccount.`, MarkdownDescription: "The set of words or phrases assigned to the service instance.", Computed: true, }, + "dashboard_url": schema.StringAttribute{ + MarkdownDescription: "The URL of the web-based management UI for the service instance.", + Computed: true, + }, }, }, Computed: true, @@ -181,6 +186,7 @@ func (ds *subaccountServiceInstancesDataSource) Read(ctx context.Context, req da Context: types.StringValue(string(serviceInstance.Context)), CreatedDate: timeToValue(serviceInstance.CreatedAt), LastModified: timeToValue(serviceInstance.UpdatedAt), + DashboardUrl: types.StringValue(serviceInstance.DashboardUrl), } val.Labels, diags = types.MapValueFrom(ctx, types.SetType{ElemType: types.StringType}, serviceInstance.Labels) diff --git a/internal/provider/fixtures/datasource_subaccount_service_instance.by_id.yaml b/internal/provider/fixtures/datasource_subaccount_service_instance.by_id.yaml index c5ed349f..800e1641 100644 --- a/internal/provider/fixtures/datasource_subaccount_service_instance.by_id.yaml +++ b/internal/provider/fixtures/datasource_subaccount_service_instance.by_id.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d7247dcb-aa2d-1d9f-4bc3-b14e7ca3b39a + - a02a1f9d-8fea-7a03-1c77-5e47df99fb97 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:36 GMT + - Wed, 24 Jul 2024 06:18:16 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 46a43cb3-9e86-4801-567a-02dfc01e50f8 + - 81972b0a-a270-47bc-528c-46dd1e3fa0d9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 191.522791ms + duration: 624.603607ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 90507254-4b61-1274-a242-f7f6ef2cc55f + - 7ef05952-2c85-9ed9-abfe-be0820084a21 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+3@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:36 GMT + - Wed, 24 Jul 2024 06:18:17 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9ee10b47-3243-4239-4e7a-6b25b897adfb + - 0f4fd6c0-160f-4957-44e4-1f6409914c58 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 156.38ms + duration: 157.50631ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 555c8135-6721-32a8-0d8e-6777974cae44 + - fc78882f-3589-b6c3-e066-ffe11ffd8eb0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:37 GMT + - Wed, 24 Jul 2024 06:18:17 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d27a502a-41c9-4995-4992-d54601c817a8 + - 479696c5-e157-4636-7714-571cb6a912b5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 319.934625ms + duration: 410.928706ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 984cb256-6642-686b-edb6-2dbcc04a6c8a + - 5a21de45-16e6-bfda-1024-764e88942eb5 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:37 GMT + - Wed, 24 Jul 2024 06:18:17 GMT Expires: - "0" Pragma: @@ -277,12 +277,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 662a7207-1928-4a6f-7e58-34232d9b563f + - 70b73772-9828-4207-7b7e-763d3beea1b4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 308.65575ms + duration: 342.887034ms - id: 4 request: proto: HTTP/1.1 @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b649b6fa-540a-c82b-998d-112248477c8e + - 87814881-67a5-fbb5-4232-a68bd2347957 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -322,7 +322,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -331,7 +331,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:38 GMT + - Wed, 24 Jul 2024 06:18:18 GMT Expires: - "0" Pragma: @@ -349,12 +349,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1b3a3392-5c04-4e43-52d7-eff5b290d09a + - 6e80670a-6a5a-48a1-58bd-90608e2d20ee X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 665.009833ms + duration: 512.876599ms - id: 5 request: proto: HTTP/1.1 @@ -373,9 +373,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8b143902-076e-c23d-9de4-d5e4f43e2bd0 + - 995e8074-b894-50e2-0a77-6b9bfaa5ca60 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -394,7 +394,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -403,7 +403,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:38 GMT + - Wed, 24 Jul 2024 06:18:18 GMT Expires: - "0" Pragma: @@ -421,18 +421,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - dbb28388-ff2b-4208-5f24-f27513fbdf8b + - e7f3a288-02fa-439f-4260-86f8b5c2804b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 578.996416ms + duration: 466.843802ms - id: 6 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -445,9 +445,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ccdc6959-3881-1cf5-cf60-f047e3156305 + - 67dd4769-1101-bd37-9547-52216e84b95e X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -458,20 +458,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:41 GMT + - Wed, 24 Jul 2024 06:18:19 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5a422d5b-f17e-4e84-5e48-c93784c42b5e + - 0aafa0aa-9882-4870-606f-4dea03b1b6cb X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.555179958s + duration: 300.295466ms - id: 7 request: proto: HTTP/1.1 @@ -511,9 +511,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4e2b102d-6752-b88b-8d7c-b0ea41bab45b + - 07549b9a-2f49-b942-d514-e8a1a8043f0d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -532,7 +532,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+3@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -541,7 +541,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:41 GMT + - Wed, 24 Jul 2024 06:18:19 GMT Expires: - "0" Pragma: @@ -559,12 +559,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 44164f08-4c5d-4ead-573c-eb1d8281824c + - 49b451a9-b0ae-47f4-4803-6c1ecb97bf20 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 253.853417ms + duration: 165.525ms - id: 8 request: proto: HTTP/1.1 @@ -583,9 +583,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7bec1ae0-0f59-34b1-013a-4a6017d80de3 + - 31963632-daed-cb2e-ab1e-c138d236dce2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -613,7 +613,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:42 GMT + - Wed, 24 Jul 2024 06:18:19 GMT Expires: - "0" Pragma: @@ -631,12 +631,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0b29e183-a763-4b1a-4861-c37bbfec93a7 + - db0db494-0312-40b2-754a-e3e8c7e3589b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 283.806667ms + duration: 294.884566ms - id: 9 request: proto: HTTP/1.1 @@ -655,9 +655,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6523754e-83bb-94b1-9df5-97c899256a2a + - f504305b-72e8-b7db-fb71-e381293404ec X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -685,7 +685,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:42 GMT + - Wed, 24 Jul 2024 06:18:20 GMT Expires: - "0" Pragma: @@ -703,12 +703,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b023aa79-5502-4f0a-444d-7db12a9169bf + - b3b9b21b-50be-4025-6bc6-866fbeff5348 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 298.235208ms + duration: 316.608767ms - id: 10 request: proto: HTTP/1.1 @@ -727,9 +727,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e464e088-dd3a-1f69-c0a9-a0b03228d823 + - 86ac6f09-4c8d-346c-c852-7dfdf72e7699 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -748,7 +748,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -757,7 +757,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:42 GMT + - Wed, 24 Jul 2024 06:18:20 GMT Expires: - "0" Pragma: @@ -775,12 +775,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - aece8a40-b3dc-4bac-6acc-09e8f0e11271 + - 1ad3a905-fbf0-45ce-6fd5-cee18f3c5070 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 564.105459ms + duration: 443.369937ms - id: 11 request: proto: HTTP/1.1 @@ -799,9 +799,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 287669b8-0bae-152b-ca9a-4a4fe37b5f70 + - 6a8bb877-ca89-ae6d-e5c7-2d0f2619d663 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -820,7 +820,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -829,7 +829,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:43 GMT + - Wed, 24 Jul 2024 06:18:20 GMT Expires: - "0" Pragma: @@ -847,18 +847,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4de89ab7-451f-4719-766b-55115a86972c + - a1d846ed-cd03-4f3d-5a84-84886b76cf98 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 523.499958ms + duration: 461.3556ms - id: 12 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -871,9 +871,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1877d950-bb96-eb7b-b391-db4a2a636cdb + - 5ed5489e-7198-fe61-2ac0-cc18a9454297 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -884,20 +884,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:46 GMT + - Wed, 24 Jul 2024 06:18:21 GMT Expires: - "0" Pragma: @@ -913,12 +913,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3762d040-be16-442b-658d-520af0582ba0 + - a11e787b-ff8b-42a6-554a-640cfa76a6aa X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.556062166s + duration: 281.781783ms - id: 13 request: proto: HTTP/1.1 @@ -937,9 +937,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7774ba7e-fe47-5413-e980-9840172bbf03 + - 78046710-5719-b66e-28dc-c03a7b51e0a8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -958,7 +958,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -967,7 +967,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:46 GMT + - Wed, 24 Jul 2024 06:18:21 GMT Expires: - "0" Pragma: @@ -985,12 +985,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a92163c7-850f-4ee1-5ab2-b9a736bc5cbf + - 3947e1e9-c0b7-4c51-4ad2-1c29c96d872a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 219.682542ms + duration: 192.231183ms - id: 14 request: proto: HTTP/1.1 @@ -1009,9 +1009,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 808461c9-64d9-9d8c-f94f-caad1c7585ff + - 97eb8cf7-e2b4-4743-474f-ea4234c1a34a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1039,7 +1039,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:46 GMT + - Wed, 24 Jul 2024 06:18:21 GMT Expires: - "0" Pragma: @@ -1057,12 +1057,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b02c1c7a-c5b2-4cfe-52db-62012a782277 + - 55bac141-f863-47c8-710a-ce70560bed1b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 314.9075ms + duration: 303.981001ms - id: 15 request: proto: HTTP/1.1 @@ -1081,9 +1081,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e48680b3-3d1a-1b65-3943-32e802b4561b + - 9e06ee08-b83d-7e8c-1473-a3e482e0066e X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1111,7 +1111,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:46 GMT + - Wed, 24 Jul 2024 06:18:22 GMT Expires: - "0" Pragma: @@ -1129,12 +1129,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 22cd1e86-f43b-47c4-4711-8e2f11b350c8 + - 50ae5089-69a1-4c8d-48cf-a3a3d3019dff X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 245.496042ms + duration: 304.742529ms - id: 16 request: proto: HTTP/1.1 @@ -1153,9 +1153,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 74e93d49-f526-497f-f549-4c42de7adaec + - 6f7fa04a-fc72-27b7-c13a-612f625f57f6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1174,7 +1174,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1183,7 +1183,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:47 GMT + - Wed, 24 Jul 2024 06:18:22 GMT Expires: - "0" Pragma: @@ -1201,12 +1201,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c1481909-9463-4976-7480-1a1b96e7a1c0 + - 9c5418c2-978f-4306-70ad-14d5fc85e39a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 416.870875ms + duration: 457.647964ms - id: 17 request: proto: HTTP/1.1 @@ -1225,9 +1225,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1a6e8e3b-bf63-188d-1e50-e3ae352ade8f + - 976e0c09-ae7c-315c-b9a0-0767cee41b6e X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1246,7 +1246,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1255,7 +1255,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:47 GMT + - Wed, 24 Jul 2024 06:18:23 GMT Expires: - "0" Pragma: @@ -1273,18 +1273,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f0ce3ede-7e3c-4cde-69de-c2b2f0725106 + - da7c277f-09f7-493a-67f7-6d235d9a2dd6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 468.372958ms + duration: 685.074943ms - id: 18 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1297,9 +1297,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5ad2c533-977d-f525-3bb1-301c674bc1c2 + - 9289a996-aef0-bd9f-3168-7cf8abb7984c X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1310,20 +1310,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:50 GMT + - Wed, 24 Jul 2024 06:18:23 GMT Expires: - "0" Pragma: @@ -1339,9 +1339,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9f1d6d99-2a96-4f0a-5353-9971f9d07bb6 + - 17f7d309-5763-4a2e-7819-4f830034b827 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.845264792s + duration: 275.075235ms diff --git a/internal/provider/fixtures/datasource_subaccount_service_instance.by_name.yaml b/internal/provider/fixtures/datasource_subaccount_service_instance.by_name.yaml index d132fc2e..6779ba2a 100644 --- a/internal/provider/fixtures/datasource_subaccount_service_instance.by_name.yaml +++ b/internal/provider/fixtures/datasource_subaccount_service_instance.by_name.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 08883f64-e04d-2bcc-155b-ca64a710531b + - e4437c80-ce9a-c06a-36ac-bec45f29b7d6 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:51 GMT + - Wed, 24 Jul 2024 06:18:24 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 57b06d46-a077-40d4-772b-5084088312dd + - 9946000e-70b1-4112-5fdd-93a200add3ea X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 178.819042ms + duration: 306.224984ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8340b491-f314-fc7a-cf3c-087e8ecfc03d + - 16bac131-860c-58bb-6154-ea5e39be3651 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:51 GMT + - Wed, 24 Jul 2024 06:18:24 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 55c48abe-48fd-4c9c-68f7-64462d523c0e + - 9e997fa1-fd9c-485d-4c10-4a43cef279e9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 194.235875ms + duration: 164.150849ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 955e90e9-d068-da2f-a672-84b4c064bc02 + - e8c8c0a6-5173-53c5-36b1-be39b9a86807 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:51 GMT + - Wed, 24 Jul 2024 06:18:24 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 63a97cbc-5602-4066-6716-f29ce56beffe + - 310807d0-88b1-457d-5288-55d2a22ab25d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 417.89525ms + duration: 301.827822ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c58c20ab-9e8c-3fbb-fc89-5db6a699c932 + - 05f0db8f-e6c8-e60b-8f19-00423aefc300 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:52 GMT + - Wed, 24 Jul 2024 06:18:25 GMT Expires: - "0" Pragma: @@ -277,12 +277,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7e866fad-3495-4ad6-6d06-dd3e13122f45 + - 6e74580d-556f-4348-5294-42f6db45e04c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 575.3185ms + duration: 429.585129ms - id: 4 request: proto: HTTP/1.1 @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c484ebe6-0640-6b49-03e4-6261259b6d72 + - cf115666-12ac-3585-3ba7-e3d8b29da5a6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -322,7 +322,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -331,7 +331,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:52 GMT + - Wed, 24 Jul 2024 06:18:25 GMT Expires: - "0" Pragma: @@ -349,18 +349,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d5b4359c-bbbd-45c5-51a4-a7781b3af0c2 + - d4e44989-29c3-4401-684a-d1838a6c223d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 554.93925ms + duration: 416.920644ms - id: 5 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -373,9 +373,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 95b19d01-918d-d5b7-abf5-2a6c553808de + - aca76abb-473e-74cf-022b-406551242036 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -386,20 +386,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:55 GMT + - Wed, 24 Jul 2024 06:18:25 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8424a65b-c739-4dbc-540f-ca7c345d15a7 + - 9c0b0a04-482c-4fb3-6c86-378ee17e338d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.383719042s + duration: 290.993638ms - id: 6 request: proto: HTTP/1.1 @@ -439,9 +439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 087d1290-fceb-4b9e-f270-5064d1a380ed + - 3ae089af-9018-d443-2b46-5c8ad74076ae X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+3@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:55 GMT + - Wed, 24 Jul 2024 06:18:26 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 114c9780-26d9-4f5a-4c02-4eb0bb1b689c + - 63cc4f0c-7d50-4e7e-7bcb-9020db7e1d75 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 162.114083ms + duration: 156.313001ms - id: 7 request: proto: HTTP/1.1 @@ -511,9 +511,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 498aceaf-8ac1-17d5-ac90-2447c2bf7566 + - 32c9f44a-6890-4cc0-fc58-346d02b0131c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -541,7 +541,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:55 GMT + - Wed, 24 Jul 2024 06:18:26 GMT Expires: - "0" Pragma: @@ -559,12 +559,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 48b7b865-0923-486c-5a29-005521cba503 + - 9287b2ed-67b5-4629-5c3f-ed837da56ded X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 270.459458ms + duration: 276.521062ms - id: 8 request: proto: HTTP/1.1 @@ -583,9 +583,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9995c492-264d-c6be-57c4-a01a1ec84e1f + - ddd01e80-a67a-a46e-2432-66faaab471e0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -604,7 +604,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -613,7 +613,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:56 GMT + - Wed, 24 Jul 2024 06:18:26 GMT Expires: - "0" Pragma: @@ -631,12 +631,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 62377eaf-2656-442b-623d-3c89d99c14d8 + - 385946e0-49b0-4ea2-7222-b18b197a7e05 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 470.081459ms + duration: 481.342652ms - id: 9 request: proto: HTTP/1.1 @@ -655,9 +655,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b9441b52-ca0d-8858-c4bd-58004ee7aaba + - 277d99aa-6676-40b0-88a5-d3bf2bd88870 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -676,7 +676,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -685,7 +685,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:56 GMT + - Wed, 24 Jul 2024 06:18:27 GMT Expires: - "0" Pragma: @@ -703,18 +703,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6a0180a7-e48b-48e8-6882-1309272bfd6a + - 60e3a874-c23f-4b11-5588-19022930daf7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 422.308125ms + duration: 458.96318ms - id: 10 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -727,9 +727,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d4d47ae2-3554-eda2-47c2-4a1116dabfc7 + - 0847a02e-934d-13fa-1d1e-a94af1f3dd1a X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -740,20 +740,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:59 GMT + - Wed, 24 Jul 2024 06:18:27 GMT Expires: - "0" Pragma: @@ -769,12 +769,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7801dcdc-b805-493b-643b-f3e27cfc4993 + - 3c974457-054c-4561-4f9c-700cdfaa567a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.178957167s + duration: 328.9867ms - id: 11 request: proto: HTTP/1.1 @@ -793,9 +793,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 290ef31b-cb00-0602-04fa-8169daadbf08 + - f034e888-b36e-b2c8-7382-7147eac33bfe X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -814,7 +814,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+7@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -823,7 +823,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:00 GMT + - Wed, 24 Jul 2024 06:18:27 GMT Expires: - "0" Pragma: @@ -841,12 +841,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fe6de139-b720-4afc-49f7-33d1a71bc57f + - 19b20564-6aac-4971-629f-ecd6268f44c1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 239.938125ms + duration: 155.776194ms - id: 12 request: proto: HTTP/1.1 @@ -865,9 +865,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ab8f96b5-9124-c538-2af8-06d881bb1de9 + - bfcd8826-82a3-1912-38d3-bc2b1a697f1a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -895,7 +895,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:00 GMT + - Wed, 24 Jul 2024 06:18:28 GMT Expires: - "0" Pragma: @@ -913,12 +913,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 81cf23f6-72fe-4dfb-67cc-ab16258c5aa6 + - 1fb19ac1-bb56-4c29-6a31-80282ba06b81 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 293.068666ms + duration: 317.749563ms - id: 13 request: proto: HTTP/1.1 @@ -937,9 +937,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - df3a220c-e0c3-7f8b-8939-5469126eb34a + - 3a156d80-f333-e7e9-c5cb-dcf85764f2ba X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -958,7 +958,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -967,7 +967,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:01 GMT + - Wed, 24 Jul 2024 06:18:28 GMT Expires: - "0" Pragma: @@ -985,12 +985,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 35a97503-8111-4eef-745c-6aab7a071d71 + - e8dd1856-1464-4136-52d4-748498e9048b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 817.785334ms + duration: 411.892708ms - id: 14 request: proto: HTTP/1.1 @@ -1009,9 +1009,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fdabce82-d3c2-e422-38d6-fdf1d92a5c24 + - 05d99ba3-e0f3-33ee-2ac0-531461a902f0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1030,7 +1030,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false,"enableExperimentalFeatures":null}' + body: '{"configuration":{"actions":[],"conditions":[],"subscriptions":[]},"enableCloudControllerAuditEvents":false}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1039,7 +1039,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:01 GMT + - Wed, 24 Jul 2024 06:18:29 GMT Expires: - "0" Pragma: @@ -1057,18 +1057,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 95f6b919-5f2b-4d11-4a4d-49509fa2f21d + - 100eacc0-dabe-45f7-563c-acdf9588f89c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 697.165792ms + duration: 448.819156ms - id: 15 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1081,9 +1081,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e59fdb26-5c02-345e-5922-e4d2c9700314 + - ea3519f6-e0ef-c87b-ed22-d193792837aa X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1094,20 +1094,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:04 GMT + - Wed, 24 Jul 2024 06:18:29 GMT Expires: - "0" Pragma: @@ -1123,9 +1123,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e880f749-d6c2-4021-5c8d-315db209fb23 + - d496740c-67bd-4381-5844-ff73eca8d77f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.474429959s + duration: 303.778593ms diff --git a/internal/provider/fixtures/datasource_subaccount_service_instances.all.yaml b/internal/provider/fixtures/datasource_subaccount_service_instances.all.yaml index 09cff98a..93c9cf7e 100644 --- a/internal/provider/fixtures/datasource_subaccount_service_instances.all.yaml +++ b/internal/provider/fixtures/datasource_subaccount_service_instances.all.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6770348b-1a2b-8d47-c121-7a37e3ec8259 + - a4403524-fd35-0717-ffa8-982fd5ad8e3b X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:36 GMT + - Wed, 24 Jul 2024 06:17:49 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 63e8e671-e13f-44e2-7ca9-9ae6049563ed + - 7589cba5-1580-4831-7573-897c780f2c4b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 214.584875ms + duration: 952.111379ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9a6636b9-c68c-c44b-b46a-952751b7373b + - 423f6a18-1493-3655-bc0e-f1d8cff70393 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:36 GMT + - Wed, 24 Jul 2024 06:17:49 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fcd76595-e754-41ff-7cfc-92ddfabc660a + - a925a7f3-96be-4864-7882-8e63ca701221 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 206.950958ms + duration: 414.260418ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9abafcdb-9132-a0d0-edbc-21ea833ab7ad + - 436722dc-e2d4-2b53-d90e-9c73d037fbe5 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:37 GMT + - Wed, 24 Jul 2024 06:17:50 GMT Expires: - "0" Pragma: @@ -205,18 +205,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7e67f20b-c9b6-4120-7c8f-f1119ba100a6 + - 82873ee1-7c01-4cbe-5462-36900e0a7395 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 532.327417ms + duration: 561.0078ms - id: 3 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3c2505cd-028e-dde2-6727-7d85ace17ef2 + - 1ae267eb-4a5c-ffae-0b75-840d1cba1ce1 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -242,20 +242,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:37 GMT + - Wed, 24 Jul 2024 06:17:50 GMT Expires: - "0" Pragma: @@ -271,12 +271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 74d12d43-6e9e-476e-66d0-89a40002c476 + - 40a2fbac-be09-41f6-5051-b5a2776b7556 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 205.065958ms + duration: 259.242672ms - id: 4 request: proto: HTTP/1.1 @@ -295,9 +295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2dbc1fb1-edd6-7486-839a-badc1d835a4c + - dbadc280-acd6-96e7-7bfa-6511a7bf3206 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -316,7 +316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+3@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -325,7 +325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:37 GMT + - Wed, 24 Jul 2024 06:17:50 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6ff3aa29-a09f-483e-7a5d-097946344bd1 + - 9700f117-499e-41f5-4535-b257ad903cc8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 155.348666ms + duration: 291.336796ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9253a378-925c-c9bc-f42c-7646d1829a87 + - 0e2d38c1-70d0-ecee-572c-403a6eb84d5c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:37 GMT + - Wed, 24 Jul 2024 06:17:51 GMT Expires: - "0" Pragma: @@ -415,18 +415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a9e0f697-2872-4046-5564-00e89a7a4b02 + - 11f318f5-ddb8-49a3-40c7-13bba16d4722 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 317.600416ms + duration: 427.071126ms - id: 6 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -439,9 +439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6e0cb781-9798-b691-8606-d33d0948fc7c + - 5ff12b4d-7afd-ce56-deeb-bc20573ba2df X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -452,20 +452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:41 GMT + - Wed, 24 Jul 2024 06:17:51 GMT Expires: - "0" Pragma: @@ -481,12 +481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 507215a8-c76d-4ea3-68c2-f2e39224c71a + - 1a97be86-4a92-481c-5481-d325ba6b6008 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.351354833s + duration: 241.043191ms - id: 7 request: proto: HTTP/1.1 @@ -505,9 +505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - eeaa64d3-acc9-9322-9457-5e3f3ab59b06 + - 886c9ea2-731a-8f54-4847-63634c380976 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -526,7 +526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -535,7 +535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:41 GMT + - Wed, 24 Jul 2024 06:17:51 GMT Expires: - "0" Pragma: @@ -553,12 +553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e2001572-1f93-4139-5978-3981ef62f288 + - 21bfd536-3759-4711-7d5f-f1f650874b3c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 169.845291ms + duration: 219.002588ms - id: 8 request: proto: HTTP/1.1 @@ -577,9 +577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7aa805bf-a365-e7ad-d948-9c50ba827732 + - e84ebde3-a4e9-500f-4ee5-588a98b599b6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -607,7 +607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:42 GMT + - Wed, 24 Jul 2024 06:17:52 GMT Expires: - "0" Pragma: @@ -625,18 +625,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 77cd4c5b-e79f-404a-72b4-8460ff0bcaa5 + - 1edea45c-0227-43f8-7c09-1b23f8acee8a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 469.364167ms + duration: 636.84452ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -649,9 +649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3a22c2fe-3aeb-c757-54b4-fa5dcb9db513 + - f8c2a11e-575d-4067-3414-c404aeea8589 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -662,20 +662,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:42 GMT + - Wed, 24 Jul 2024 06:17:52 GMT Expires: - "0" Pragma: @@ -691,9 +691,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7148d42a-9998-4846-4f86-8572c1f62464 + - 0632879a-e3b5-4849-67e7-e643675ca7a1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 183.380125ms + duration: 257.086503ms diff --git a/internal/provider/fixtures/datasource_subaccount_service_instances.labelsfilter.yaml b/internal/provider/fixtures/datasource_subaccount_service_instances.labelsfilter.yaml index eceea0cc..8c73d688 100644 --- a/internal/provider/fixtures/datasource_subaccount_service_instances.labelsfilter.yaml +++ b/internal/provider/fixtures/datasource_subaccount_service_instances.labelsfilter.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6c11bd9f-a31b-24d7-4236-fcacb29e45e1 + - c6522d77-b80d-46f3-3fc3-9cf6ed1d31a6 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:04 GMT + - Wed, 24 Jul 2024 06:18:00 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6a997c19-e2e7-45c1-5a65-6da558989302 + - cce29771-afed-4021-5417-f0e577fed700 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 228.040167ms + duration: 298.470318ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c6954a59-4eab-5f90-de99-80cd66d7074f + - 2e2fc40c-2830-50d6-c22d-f2b27fbf531c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+3@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:05 GMT + - Wed, 24 Jul 2024 06:18:00 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4697e9e5-c2ea-4bd2-53eb-6aa2242ef6a8 + - 0238f1fa-46d0-451e-6ad1-f86254f3bf38 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 185.6755ms + duration: 194.062863ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 90e08ec1-5b1e-189e-63c3-5d88a4777f07 + - 33cc0bb1-76be-5085-3b16-17fc15d43c44 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:05 GMT + - Wed, 24 Jul 2024 06:18:00 GMT Expires: - "0" Pragma: @@ -205,18 +205,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 58b0c835-8b2c-4f0b-6f38-b92f29de1e63 + - 5559e0d5-7c58-4c92-471b-a1979d9a3e86 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 311.458334ms + duration: 362.791769ms - id: 3 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4af69a5d-ec45-28fb-7f4a-4a5c7679e4c9 + - 30d97c1e-bf25-f1d1-4674-59ba865bb140 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -242,20 +242,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:09 GMT + - Wed, 24 Jul 2024 06:18:01 GMT Expires: - "0" Pragma: @@ -271,12 +271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 29d9a59a-5e64-4771-44c5-b04daa9f98ab + - feca838e-ff60-411b-53ad-6d68a27c4ab1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.521338542s + duration: 275.621888ms - id: 4 request: proto: HTTP/1.1 @@ -295,9 +295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 64aa2121-62db-b147-b2d9-4349dbcbb091 + - 1bbe434a-5366-5992-e109-eb9672e65a8d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -316,7 +316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+3@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -325,7 +325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:09 GMT + - Wed, 24 Jul 2024 06:18:01 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f3aff0f2-0735-41a1-54c0-88cf2eef2fc5 + - d12772f3-fe99-40c3-4db4-5c8ef0e24be3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 267.046625ms + duration: 192.081286ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6481d7bf-524a-8ec3-2219-735c83230002 + - 35047a4e-30b8-4b4c-239a-5f73d3afdcc4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:09 GMT + - Wed, 24 Jul 2024 06:18:01 GMT Expires: - "0" Pragma: @@ -415,18 +415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b5ec1deb-7f7e-4a74-5b66-860d283b4626 + - 97581103-7050-49d6-5b37-c9aa44552ce0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 386.256291ms + duration: 566.903528ms - id: 6 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -439,9 +439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 87c5e099-4d86-888b-074c-7ed84012904e + - fda836bf-9d49-d777-d5fe-673f2970fe49 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -452,20 +452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:10 GMT + - Wed, 24 Jul 2024 06:18:02 GMT Expires: - "0" Pragma: @@ -481,12 +481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5f309614-4bec-435b-7418-e7df3ac46af5 + - ab010102-4834-4325-7166-d261543f1998 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 229.756417ms + duration: 260.292611ms - id: 7 request: proto: HTTP/1.1 @@ -505,9 +505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 776310bd-da48-11b1-3825-b0b41f0fcf76 + - 20a1cf63-8027-f85f-5bda-db62cfbf0ae4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -526,7 +526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -535,7 +535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:10 GMT + - Wed, 24 Jul 2024 06:18:02 GMT Expires: - "0" Pragma: @@ -553,12 +553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e13ef402-f692-444d-4a21-79b039509abd + - 641b74a5-2f67-46d7-41e0-792d1a13bdbe X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 194.112708ms + duration: 162.323186ms - id: 8 request: proto: HTTP/1.1 @@ -577,9 +577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9c5c92a2-772b-ec10-e267-1bb5f45c0911 + - 84a5a4b6-1e85-0085-4e2c-84d33d0fc101 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -607,7 +607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:10 GMT + - Wed, 24 Jul 2024 06:18:02 GMT Expires: - "0" Pragma: @@ -625,18 +625,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 52b388d3-923c-4c74-50f4-2b991391a940 + - 96ca1477-0674-4135-51ff-eaf7f8a49478 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 351.281625ms + duration: 295.599274ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -649,9 +649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 12ba7bf1-e9c8-bc51-ba0d-bdcb556efea9 + - 31935b19-aa60-713b-3319-fad921f3f1c3 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -662,20 +662,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:10 GMT + - Wed, 24 Jul 2024 06:18:03 GMT Expires: - "0" Pragma: @@ -691,9 +691,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 219c3745-3d88-44a3-7e0c-5320d013e035 + - 6780ab0a-23db-4268-685a-a8466fce2120 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 227.400375ms + duration: 268.083666ms diff --git a/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter.yaml b/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter.yaml index 6bae4f50..41cf484c 100644 --- a/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter.yaml +++ b/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3530052d-c03d-b8e6-1ec4-67539be8517e + - 0a4f92ca-bc15-b52b-3b3a-8052a95b9434 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:45 GMT + - Wed, 24 Jul 2024 06:17:53 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 77409390-216b-4586-5740-fe20a3d0a553 + - 208d200c-5166-4919-421b-3e7fb1138886 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.617000708s + duration: 281.715289ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 155cc631-2066-1fc0-b1b7-380e2c239f09 + - c9dabe7a-12ce-71d2-dc5c-4149d89711da X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:46 GMT + - Wed, 24 Jul 2024 06:17:53 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 60595516-3ef9-4851-61fa-bd05744e629e + - 02a8cc2c-41bf-443b-777b-4d148d949d52 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 210.213958ms + duration: 188.069514ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - eba61427-1b7f-dde7-2378-0453cca0d313 + - 9b14b0f7-07db-dc61-7d06-ebbb61c64048 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:46 GMT + - Wed, 24 Jul 2024 06:17:53 GMT Expires: - "0" Pragma: @@ -205,18 +205,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2c308a38-842e-4947-4d87-803070c4680a + - 1acbf9b3-1395-4454-6c01-6ba2d4075bcc X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 259.241708ms + duration: 328.015817ms - id: 3 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - cb830160-7a49-6b2b-1d5a-6c80623cb460 + - 38a35f01-60f5-be1b-c8d3-0474df400275 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -242,20 +242,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:46 GMT + - Wed, 24 Jul 2024 06:17:54 GMT Expires: - "0" Pragma: @@ -271,12 +271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ffd25de5-a777-4b7b-6602-7606c8bc9ac5 + - 0393a617-eb70-48c3-7d58-8207eff9e001 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 183.315083ms + duration: 253.10276ms - id: 4 request: proto: HTTP/1.1 @@ -295,9 +295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2a42493f-99d1-ecbc-a34c-f5d0c14e04ef + - e5f79941-4844-5336-869a-26236d609811 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -316,7 +316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+7@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -325,7 +325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:47 GMT + - Wed, 24 Jul 2024 06:17:54 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7a318602-8325-498e-5b2a-b43f4dd96c99 + - 2f51f6be-f96c-4fcc-5ed1-12f857ca0828 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 227.689667ms + duration: 228.369409ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6fbf3c27-f0fa-a805-5760-3f1f4dd7092f + - 28c8d323-89ce-640b-9625-38ede1849114 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:47 GMT + - Wed, 24 Jul 2024 06:17:54 GMT Expires: - "0" Pragma: @@ -415,18 +415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 174c1f9e-d710-4bae-7354-abfb97a2f575 + - 51769878-ddb4-407c-6745-1500aa2c3076 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 264.668583ms + duration: 381.300456ms - id: 6 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -439,9 +439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6bc9555a-1fa7-276b-f52c-35e820b59d56 + - ba0e9518-bfe0-c47b-25c5-c4a80886cd84 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -452,20 +452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:50 GMT + - Wed, 24 Jul 2024 06:17:55 GMT Expires: - "0" Pragma: @@ -481,12 +481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f71fb801-d470-4ea4-4143-38e166801766 + - 86d749f0-0fb3-48ee-70f0-d76cce91e3f3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.306887792s + duration: 288.173714ms - id: 7 request: proto: HTTP/1.1 @@ -505,9 +505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 59631ce6-80d0-4fa5-946e-8ead3977e422 + - c9eca8ab-1322-1c8f-493f-7068db47bffd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -526,7 +526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -535,7 +535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:51 GMT + - Wed, 24 Jul 2024 06:17:55 GMT Expires: - "0" Pragma: @@ -553,12 +553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 51a84f36-5461-4dbd-7ac2-6b546cacdeb6 + - d3bfc7ec-eb26-41c9-487f-5260b4eb6bd9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 331.91125ms + duration: 197.137794ms - id: 8 request: proto: HTTP/1.1 @@ -577,9 +577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4e31b7aa-6df9-2e0d-bfb5-d26f15af0298 + - 1b672316-7db6-8aa2-c701-c9d81631bf17 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -607,7 +607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:51 GMT + - Wed, 24 Jul 2024 06:17:55 GMT Expires: - "0" Pragma: @@ -625,18 +625,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 69e0d6be-3f04-4dfe-4cbd-ac39753670c0 + - 2734587e-53f7-4b17-5aa5-59e5cc1b0aa6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 338.612125ms + duration: 322.226559ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -649,9 +649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c61b39f2-3a09-d5a0-444d-2fd36cd85777 + - 224cf50c-6dad-64e8-eb97-6bf78a56db8a X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -662,20 +662,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:55 GMT + - Wed, 24 Jul 2024 06:17:56 GMT Expires: - "0" Pragma: @@ -691,9 +691,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c9f57e08-112b-4b40-6215-2430b6c30475 + - f20637ab-c97d-40f8-7ebd-08a52f1f4ceb X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.753649417s + duration: 286.7187ms diff --git a/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter_variant.yaml b/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter_variant.yaml index a6d38b9c..b6aafa79 100644 --- a/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter_variant.yaml +++ b/internal/provider/fixtures/datasource_subaccount_service_instances.namefilter_variant.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ccb54950-563a-9759-98cd-523153d3a736 + - 025a9612-5d3c-c81d-56a4-612dee92f5f4 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:55 GMT + - Wed, 24 Jul 2024 06:17:56 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ccff5324-0253-4ba4-6e94-a2f1297c9155 + - 4e205705-71d3-4a5f-6892-410ea0b59b73 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 262.344125ms + duration: 266.214092ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 989a1a78-9329-e42a-4123-5a4f2a835b32 + - 6394c9f5-f250-b762-9117-975a1618c87a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:55 GMT + - Wed, 24 Jul 2024 06:17:56 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 74562493-3679-41d2-41e6-dea16de19acf + - 2da4465e-fc71-4616-79e6-6b52690c9b30 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 150.582458ms + duration: 219.845423ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 99d6d9b5-f59c-26ca-8826-c47214d78068 + - 1ba56247-cb63-44fb-0d24-c48eecfe67a7 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:56 GMT + - Wed, 24 Jul 2024 06:17:57 GMT Expires: - "0" Pragma: @@ -205,18 +205,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 16a39032-2bb5-4d84-6b42-f9745afd896f + - 706eb143-95d3-493a-68c8-f90cb6c411dc X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 407.67925ms + duration: 414.138188ms - id: 3 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0d162c59-9047-e2d0-5f69-c081b18ff54c + - b4ab19cf-2c46-f506-03f5-835c5e286bfd X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -242,20 +242,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:23:59 GMT + - Wed, 24 Jul 2024 06:17:57 GMT Expires: - "0" Pragma: @@ -271,12 +271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 25a8dc8f-62f4-4f66-7ad3-1d01cafa7e1a + - 6134279a-8d7a-4230-52c1-c110d5f785c4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.50898475s + duration: 230.544432ms - id: 4 request: proto: HTTP/1.1 @@ -295,9 +295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9dfba7f6-5185-1e00-4a78-efefc35b5fc4 + - aa57035b-4702-7f5a-9eeb-4dcf828c9e12 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -316,7 +316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -325,7 +325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:00 GMT + - Wed, 24 Jul 2024 06:17:57 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5db19ff6-6e9c-4ec3-5855-2b26d162bed9 + - 894ecb8d-60de-462e-6382-4e2f345dc305 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 174.43275ms + duration: 216.488889ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - afe4d536-feb2-d5c2-ab74-49a02feb188d + - 634c3428-f301-d3ec-4933-15eeda2f7949 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:00 GMT + - Wed, 24 Jul 2024 06:17:58 GMT Expires: - "0" Pragma: @@ -415,18 +415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3f7e7977-ca21-4c3a-7ed1-4e98ca8c8385 + - abf12489-b005-439b-6500-e40d7dbd4ffe X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 265.977625ms + duration: 511.421172ms - id: 6 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -439,9 +439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0df6ef24-204d-409a-b420-d67a57877558 + - edc0e2d1-60f6-2dd3-23df-e16f2a25f421 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -452,20 +452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:00 GMT + - Wed, 24 Jul 2024 06:17:58 GMT Expires: - "0" Pragma: @@ -481,12 +481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a235c058-051f-45e5-7383-68014b384f55 + - 3ce47cf9-7962-429f-6271-6f591fbc027e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 201.507167ms + duration: 305.479189ms - id: 7 request: proto: HTTP/1.1 @@ -505,9 +505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 79b7d03d-68ea-6840-60e0-90537a2d8e7f + - 8a7e3e01-881b-a0ca-dfb3-63dd26ee4285 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -526,7 +526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -535,7 +535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:00 GMT + - Wed, 24 Jul 2024 06:17:58 GMT Expires: - "0" Pragma: @@ -553,12 +553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 07abb77b-faa9-4896-553f-b108b61ac988 + - 1ddc91b4-0e11-48b9-766f-0066653ee3ba X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 205.845667ms + duration: 187.501896ms - id: 8 request: proto: HTTP/1.1 @@ -577,9 +577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bacbf1de-bcf9-c5a4-0607-0ca4ad20e72d + - 42632208-2a3a-fd83-ee9d-d4ecb855a63a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -607,7 +607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:01 GMT + - Wed, 24 Jul 2024 06:17:59 GMT Expires: - "0" Pragma: @@ -625,18 +625,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a9d5a741-27db-457d-7305-c6e79984d7e3 + - 41d4a90f-2156-4987-6a27-2b65436d7b14 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.043958ms + duration: 498.893446ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -649,9 +649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 00c62963-7db4-fecf-d834-c3d3622f614f + - 048baaba-1555-3b7c-3907-912d0e467afb X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -662,20 +662,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 13:24:04 GMT + - Wed, 24 Jul 2024 06:17:59 GMT Expires: - "0" Pragma: @@ -691,9 +691,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 93629a81-d2b4-4192-546b-e119fcddc2db + - 27899665-e81c-4213-43b0-09471ce7d42e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.301240875s + duration: 236.751094ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.creation_error.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.creation_error.yaml index c60662dd..896667c7 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.creation_error.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.creation_error.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fe4816bb-d26d-64af-bb57-4d75d38f0d69 + - ba7b70c1-1751-2c68-aa80-6b4e5dd63283 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:14 GMT + - Wed, 24 Jul 2024 06:29:03 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 26cce6f4-3cf0-43f7-53d0-7c575c334246 + - db19f004-e557-403d-6c6a-ad0398a90d3c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.80031775s + duration: 464.216517ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d18f23ec-5998-e431-a29b-3540cdbe7c6f + - 056af85a-cac7-75a6-f5af-eacdefb8db76 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:15 GMT + - Wed, 24 Jul 2024 06:29:03 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1912c671-4a26-4839-549f-abad05dd9007 + - aa5d8652-8fde-4de0-6a96-c6f3f7b2e0e6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 236.838625ms + duration: 169.382356ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a1982beb-b836-34b7-38b0-4d2600441848 + - f25fe60f-01f9-05ce-4a8a-ab517db84f21 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:15 GMT + - Wed, 24 Jul 2024 06:29:03 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2e99bd06-7a11-4fb4-4183-f01c2283069f + - 800cbdcf-a0da-4976-6b28-9a4dc4d987fc X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 424.432417ms + duration: 353.782274ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 025e673f-aac3-00e0-812a-ff95da69a7f9 + - 72408232-03cb-7338-0f40-52f469c31825 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","ready":true,"name":"hana-cloud","description":"Leverage the in-memory data processing capabilities of SAP HANA in the cloud as one simple gateway to all data.","bindable":true,"instances_retrievable":true,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":true,"tags":["hana","in-memory","relational"],"metadata":{"createBindingDocumentationUrl":"https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/using-service-keys","createInstanceDocumentationUrl":"https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/parameter-reference","displayName":"SAP HANA Cloud","documentationUrl":"https://help.sap.com/viewer/p/HANA_CLOUD","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iaGFuYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMDA5MmQxO30uY2xzLTJ7ZmlsbDojNWE3YTk0O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aGFuYTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTEsMjIuMzMyYTcuMjM2LDcuMjM2LDAsMCwwLTIuNjEzLTEuODJBMjIuNDA4LDIyLjQwOCwwLDAsMCwzOS41NjksMTlhMjIuNCwyMi40LDAsMCwwLTguODE3LDEuNTEyLDcuMjM2LDcuMjM2LDAsMCwwLTIuNjEzLDEuODIsMy43NzIsMy43NzIsMCwwLDAtMSwyLjUyMVY0Ni4wODFhMy42MzIsMy42MzIsMCwwLDAsMSwyLjUxNCw3LjEwNyw3LjEwNywwLDAsMCwyLjYwNywxLjgyMUEyMS4xNTQsMjEuMTU0LDAsMCwwLDM5LjU2OSw1MmEyMi40MDgsMjIuNDA4LDAsMCwwLDguODE4LTEuNTEyQTcuMjM2LDcuMjM2LDAsMCwwLDUxLDQ4LjY2OGEzLjkyNywzLjkyNywwLDAsMCwxLTIuNTIxVjI0Ljg1M0EzLjc3MiwzLjc3MiwwLDAsMCw1MSwyMi4zMzJaTTQyLjM2NSw0OS4xNzRjLS44OTMuMDg1LTEuODE4LjE0NC0yLjguMTQ0YTI4LjUzOCwyOC41MzgsMCwwLDEtMy40MDYtLjIxMVYzMC41NzJhMzMuMjYsMzMuMjYsMCwwLDAsMy40MDYuMTY1Yy45NzksMCwxLjktLjA1LDIuOC0uMTI2Wm03LjE2Ny0zLjAyN2MwLC43LS45MTYsMS40Ni0yLjQ1NCwyLjAzNWExNC4yOCwxNC4yOCwwLDAsMS0yLjIyOS42MjJWMzAuMjY3YTEzLjYyOCwxMy42MjgsMCwwLDAsNC42ODMtMS42NDNaTTQ3LjA3OCwyNi45ODVhMjEuNTcsMjEuNTcsMCwwLDEtNy41MDksMS4xMzYsMjEuNTA4LDIxLjUwOCwwLDAsMS03LjUtMS4xMzZjLTEuNTI0LS42NS0yLjQtMS40MTYtMi40LTIuMXYtLjAzMWMwLTEuMywzLjUyNi0zLjE3MSw5LjktMy4xNzEsNi40MTcsMCw5Ljk2MywxLjg3Niw5Ljk2MywzLjIwNUM0OS41MzIsMjUuNTc4LDQ4LjYzNiwyNi4zNDQsNDcuMDc4LDI2Ljk4NVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNC4zLDI3Ljk4NkgxMi40MWE1LjM4Nyw1LjM4NywwLDAsMS0xLjY3NS0xMC41MTVsMi4zMDgtLjc1OUwxMi43ODEsMTQuM2E4LjEsOC4xLDAsMCwxLDEuNS01LjI4NEE2LjUsNi41LDAsMCwxLDE5LjEwOSw3YTYuMDU0LDYuMDU0LDAsMCwxLDUuODY0LDQuMDMzbDEuMzA3LDMuMjlMMjkuMzEsMTIuNWEzLjkyMiwzLjkyMiwwLDAsMSwyLjA0My0uNTkxLDMuOTg4LDMuOTg4LDAsMCwxLDMuOTE0LDMuMjQ5bC4xNTkuODQ1aDNjLS4wNDctLjQzOS0uMTA4LS45LS4yMS0xLjRBNi45NDEsNi45NDEsMCwwLDAsMjcuNzYyLDkuOTI4LDkuNDUyLDkuNDUyLDAsMCwwLDE5LjA1NSw0QzguODYzLDQuMjQyLDkuOCwxNC42MjEsOS44LDE0LjYyMUE4LjM4Nyw4LjM4NywwLDAsMCwxMi40MSwzMC45ODZIMjQuM1oiLz48L3N2Zz4=","longDescription":"\u003cp\u003eSAP HANA Cloud allows you to leverage the in-memory data processing capabilities of SAP HANA in the cloud. As a managed database service, backups are fully automated and service availability guaranteed. Using SAP HANA Cloud, you can set up and manage SAP HANA databases and bind them to applications running on SAP Business Technology Platform. You can access SAP HANA databases using a variety of languages and interfaces, as well as build applications and models using tools provided with SAP HANA. Furthermore, SAP HANA Cloud helps you to manage where and how data is stored and accessed, depending on performance needs.\u003c/p\u003e","providerDisplayName":"SAP SE","sap":{"HANACloud":{"hyperscaler":"aws","landscape":"hc-eu12-prod-orc","region":"eu-central-1"},"cockpitUrl":"https://hana-cockpit.cfapps.eu12.hana.ondemand.com","cockpitUrls":{"cf-eu12":"https://hana-cockpit.cfapps.eu12.hana.ondemand.com","cf-eu12-001":"https://hana-cockpit-001.cfapps.eu12.hana.ondemand.com","cf-eu12-002":"https://hana-cockpit-002.cfapps.eu12.hana.ondemand.com"},"has_free_tier":true,"instance_isolation":false,"omit_td_plans":true,"tenant_aware":false},"serviceInventoryId":"SERVICE-443","supportUrl":"https://help.sap.com/viewer/db19c7071e5f4101837e23f06e576495/cloud/en-US/4f8dabb4d8214d5d93b98dd5f2ad76c9.html","updateInstanceDocumentationUrl":"https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/parameter-reference"},"broker_id":"a1c2f14f-3480-46ee-8635-f1fc5d1fd7ce","catalog_id":"ab622c22-ad18-4334-b0d5-c6c55da5e6cb","catalog_name":"hana-cloud","created_at":"2020-12-09T07:20:08.172837Z","updated_at":"2024-07-15T15:37:37.259546Z"}' + body: '{"id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","ready":true,"name":"hana-cloud","description":"Leverage the in-memory data processing capabilities of SAP HANA in the cloud as one simple gateway to all data.","bindable":true,"instances_retrievable":true,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":true,"tags":["hana","in-memory","relational"],"metadata":{"createBindingDocumentationUrl":"https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/using-service-keys","createInstanceDocumentationUrl":"https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/parameter-reference","displayName":"SAP HANA Cloud","documentationUrl":"https://help.sap.com/viewer/p/HANA_CLOUD","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iaGFuYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMDA5MmQxO30uY2xzLTJ7ZmlsbDojNWE3YTk0O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aGFuYTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTEsMjIuMzMyYTcuMjM2LDcuMjM2LDAsMCwwLTIuNjEzLTEuODJBMjIuNDA4LDIyLjQwOCwwLDAsMCwzOS41NjksMTlhMjIuNCwyMi40LDAsMCwwLTguODE3LDEuNTEyLDcuMjM2LDcuMjM2LDAsMCwwLTIuNjEzLDEuODIsMy43NzIsMy43NzIsMCwwLDAtMSwyLjUyMVY0Ni4wODFhMy42MzIsMy42MzIsMCwwLDAsMSwyLjUxNCw3LjEwNyw3LjEwNywwLDAsMCwyLjYwNywxLjgyMUEyMS4xNTQsMjEuMTU0LDAsMCwwLDM5LjU2OSw1MmEyMi40MDgsMjIuNDA4LDAsMCwwLDguODE4LTEuNTEyQTcuMjM2LDcuMjM2LDAsMCwwLDUxLDQ4LjY2OGEzLjkyNywzLjkyNywwLDAsMCwxLTIuNTIxVjI0Ljg1M0EzLjc3MiwzLjc3MiwwLDAsMCw1MSwyMi4zMzJaTTQyLjM2NSw0OS4xNzRjLS44OTMuMDg1LTEuODE4LjE0NC0yLjguMTQ0YTI4LjUzOCwyOC41MzgsMCwwLDEtMy40MDYtLjIxMVYzMC41NzJhMzMuMjYsMzMuMjYsMCwwLDAsMy40MDYuMTY1Yy45NzksMCwxLjktLjA1LDIuOC0uMTI2Wm03LjE2Ny0zLjAyN2MwLC43LS45MTYsMS40Ni0yLjQ1NCwyLjAzNWExNC4yOCwxNC4yOCwwLDAsMS0yLjIyOS42MjJWMzAuMjY3YTEzLjYyOCwxMy42MjgsMCwwLDAsNC42ODMtMS42NDNaTTQ3LjA3OCwyNi45ODVhMjEuNTcsMjEuNTcsMCwwLDEtNy41MDksMS4xMzYsMjEuNTA4LDIxLjUwOCwwLDAsMS03LjUtMS4xMzZjLTEuNTI0LS42NS0yLjQtMS40MTYtMi40LTIuMXYtLjAzMWMwLTEuMywzLjUyNi0zLjE3MSw5LjktMy4xNzEsNi40MTcsMCw5Ljk2MywxLjg3Niw5Ljk2MywzLjIwNUM0OS41MzIsMjUuNTc4LDQ4LjYzNiwyNi4zNDQsNDcuMDc4LDI2Ljk4NVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNC4zLDI3Ljk4NkgxMi40MWE1LjM4Nyw1LjM4NywwLDAsMS0xLjY3NS0xMC41MTVsMi4zMDgtLjc1OUwxMi43ODEsMTQuM2E4LjEsOC4xLDAsMCwxLDEuNS01LjI4NEE2LjUsNi41LDAsMCwxLDE5LjEwOSw3YTYuMDU0LDYuMDU0LDAsMCwxLDUuODY0LDQuMDMzbDEuMzA3LDMuMjlMMjkuMzEsMTIuNWEzLjkyMiwzLjkyMiwwLDAsMSwyLjA0My0uNTkxLDMuOTg4LDMuOTg4LDAsMCwxLDMuOTE0LDMuMjQ5bC4xNTkuODQ1aDNjLS4wNDctLjQzOS0uMTA4LS45LS4yMS0xLjRBNi45NDEsNi45NDEsMCwwLDAsMjcuNzYyLDkuOTI4LDkuNDUyLDkuNDUyLDAsMCwwLDE5LjA1NSw0QzguODYzLDQuMjQyLDkuOCwxNC42MjEsOS44LDE0LjYyMUE4LjM4Nyw4LjM4NywwLDAsMCwxMi40MSwzMC45ODZIMjQuM1oiLz48L3N2Zz4=","longDescription":"\u003cp\u003eSAP HANA Cloud allows you to leverage the in-memory data processing capabilities of SAP HANA in the cloud. As a managed database service, backups are fully automated and service availability guaranteed. Using SAP HANA Cloud, you can set up and manage SAP HANA databases and bind them to applications running on SAP Business Technology Platform. You can access SAP HANA databases using a variety of languages and interfaces, as well as build applications and models using tools provided with SAP HANA. Furthermore, SAP HANA Cloud helps you to manage where and how data is stored and accessed, depending on performance needs.\u003c/p\u003e","providerDisplayName":"SAP SE","sap":{"HANACloud":{"hyperscaler":"aws","landscape":"hc-eu12-prod-orc","region":"eu-central-1"},"cockpitUrl":"https://hana-cockpit.cfapps.eu12.hana.ondemand.com","cockpitUrls":{"cf-eu12":"https://hana-cockpit.cfapps.eu12.hana.ondemand.com","cf-eu12-001":"https://hana-cockpit-001.cfapps.eu12.hana.ondemand.com","cf-eu12-002":"https://hana-cockpit-002.cfapps.eu12.hana.ondemand.com"},"has_free_tier":true,"instance_isolation":false,"omit_td_plans":true,"tenant_aware":false},"serviceInventoryId":"SERVICE-443","supportUrl":"https://help.sap.com/viewer/db19c7071e5f4101837e23f06e576495/cloud/en-US/4f8dabb4d8214d5d93b98dd5f2ad76c9.html","updateInstanceDocumentationUrl":"https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/parameter-reference"},"broker_id":"a1c2f14f-3480-46ee-8635-f1fc5d1fd7ce","catalog_id":"ab622c22-ad18-4334-b0d5-c6c55da5e6cb","catalog_name":"hana-cloud","created_at":"2020-12-09T07:20:08.172837Z","updated_at":"2024-07-24T02:30:14.202201Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:16 GMT + - Wed, 24 Jul 2024 06:29:04 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - deeba71d-27e0-473d-6b56-2b15aa754abf + - 4ed52c1a-e979-4a7d-657e-603526408cef X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 500.024291ms + duration: 369.94438ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4883df5d-93a3-f940-3b80-6a2b1222566d + - d7b34d92-d18e-24a8-ba65-345c41d33bed X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:16 GMT + - Wed, 24 Jul 2024 06:29:04 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 70095fbf-a879-4445-4c7f-1d69ed9fe748 + - afe1a3af-3784-48c7-633d-a369c858c4a1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 221.972958ms + duration: 239.309279ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 977be7c8-da65-d6c6-db21-d5b417f58f21 + - db2822cc-18df-b54f-7312-931ef520834f X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -389,7 +389,7 @@ interactions: content_length: -1 uncompressed: true body: | - {"error":"BrokerError","description":"Failed provisioning request context: map[crm_customer_id: env_type:sapcp global_account_id:03760ecf-9d89-4189-a92a-1c7efed09298 instance_name:tf-test-hanal-cloud license_type:SAPDEV origin:sapcp platform:sapcp region:cf-eu12 service_instance_id:be913611-902b-4d0e-949d-3ab50724db93 subaccount_id:59cd458e-e66e-4b60-b6d8-8f219379f9a5 subdomain:integration-test-services-4ie3yr1a zone_id:59cd458e-e66e-4b60-b6d8-8f219379f9a5], instanceID: be913611-902b-4d0e-949d-3ab50724db93, planID: e74f6ed3-8b80-435e-bcdd-ba300754c5dc, serviceID: ab622c22-ad18-4334-b0d5-c6c55da5e6cb, acceptsIncomplete: true: Status: 422; ErrorMessage: \u003cnil\u003e; Description: invalid Parameter (systempassword): Required for HANA creation [ref 2jHzLnRIMjrke1Mzn9HWLSOEsfp]; ResponseError: \u003cnil\u003e","broker_error":{"StatusCode":422,"ErrorMessage":null,"Description":"invalid Parameter (systempassword): Required for HANA creation [ref 2jHzLnRIMjrke1Mzn9HWLSOEsfp]","ResponseError":null}} + {"error":"BrokerError","description":"Failed provisioning request context: map[crm_customer_id: env_type:sapcp global_account_id:03760ecf-9d89-4189-a92a-1c7efed09298 instance_name:tf-test-hanal-cloud license_type:SAPDEV origin:sapcp platform:sapcp region:cf-eu12 service_instance_id:9c36c96e-d93c-438a-be43-619e4f5f7962 subaccount_id:59cd458e-e66e-4b60-b6d8-8f219379f9a5 subdomain:integration-test-services-4ie3yr1a zone_id:59cd458e-e66e-4b60-b6d8-8f219379f9a5], instanceID: 9c36c96e-d93c-438a-be43-619e4f5f7962, planID: e74f6ed3-8b80-435e-bcdd-ba300754c5dc, serviceID: ab622c22-ad18-4334-b0d5-c6c55da5e6cb, acceptsIncomplete: true: Status: 422; ErrorMessage: \u003cnil\u003e; Description: invalid Parameter (systempassword): Required for HANA creation [ref 2jgIyJbmmhNhQEjl9TZQM57Rqu6]; ResponseError: \u003cnil\u003e","broker_error":{"StatusCode":422,"ErrorMessage":null,"Description":"invalid Parameter (systempassword): Required for HANA creation [ref 2jgIyJbmmhNhQEjl9TZQM57Rqu6]","ResponseError":null}} headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -398,7 +398,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:17 GMT + - Wed, 24 Jul 2024 06:29:05 GMT Expires: - "0" Pragma: @@ -418,18 +418,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cd334214-e4a3-4079-68eb-a19d75f5a250 + - 420372b7-f39c-485c-5109-c5e1257c55b6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 675.316791ms + duration: 826.163997ms - id: 6 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -442,9 +442,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 02b75460-5993-b94d-412c-0756a29d1e7e + - ba1d5f8e-acf4-a6d3-3635-b6729b4e7428 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -455,20 +455,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:20 GMT + - Wed, 24 Jul 2024 06:29:05 GMT Expires: - "0" Pragma: @@ -484,9 +484,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 85f01e6a-3913-4302-6ef7-712ce94d84c0 + - a5ae76d7-3294-4b77-6d00-2d1373baa219 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.85976575s + duration: 241.540262ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.import_error.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.import_error.yaml index e8405300..f39ebc5d 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.import_error.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.import_error.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - db3adb01-d8db-c228-f374-feb20416f6b9 + - 35b46ead-46d4-3c5c-dcd3-7446d240ea00 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:11 GMT + - Wed, 24 Jul 2024 06:28:05 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d96f4cc0-7361-4afe-528c-74a0c391e226 + - 82595e82-9c22-4add-6225-d6272972e906 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.736781833s + duration: 532.119635ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0aacc660-c587-970b-c7a9-5da495880575 + - f6d0d63b-2be8-3d70-fb76-2c045b47e1d0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:11 GMT + - Wed, 24 Jul 2024 06:28:05 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 62f0fdca-3bfa-4412-73fc-dd69abb659a7 + - e0336af2-6ecb-4988-544c-2f206567e700 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 180.226333ms + duration: 173.771667ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 900495fb-046b-49f7-99ef-ff7a0235502a + - 31b8b5de-7249-87d6-6121-dd44295dd9a1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:12 GMT + - Wed, 24 Jul 2024 06:28:06 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f7d2b940-68f0-4f70-57a5-14ce349b5e12 + - 7a8b7ee0-cbdc-4804-6046-2a88dc8ae936 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 492.439292ms + duration: 373.399171ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fc96a744-8ef5-d2d1-e2c5-0577db876038 + - 70dcb795-a821-d4d2-245b-acaa8c0ac20f X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:12 GMT + - Wed, 24 Jul 2024 06:28:06 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9c913bc8-5d80-4b2b-74b2-63f3615710a5 + - 0472df70-68ba-4d90-61f9-0be7bc195ba5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 480.13025ms + duration: 398.765088ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b4a9f316-ba56-e987-d026-9fc97bc25de5 + - e9b2a050-ce90-5911-a2c1-d4337913c07b X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:13 GMT + - Wed, 24 Jul 2024 06:28:07 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9454112e-9ea6-4cf2-62ba-95a813fdf631 + - 3ea45ddd-1a52-4e53-6d5b-7ae8694b4b45 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 260.180458ms + duration: 234.977221ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4f6fae5e-6fa8-f2a0-d26e-6d48134cd996 + - 3c1434e4-ad3e-7126-21e1-860b62890b04 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","ready":true,"last_operation":{"id":"52fbf35d-1485-44f2-94cf-930a252d3b97","ready":true,"type":"create","state":"succeeded","resource_id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4f6fae5e-6fa8-f2a0-d26e-6d48134cd996","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:51:13.680815Z","updated_at":"2024-07-15T15:51:13.815313Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","platform":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:51:13.680811Z","updated_at":"2024-07-15T15:51:13.805684883Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","ready":true,"last_operation":{"id":"a67e35ce-b714-40e4-a083-7b4e736466e1","ready":true,"type":"create","state":"succeeded","resource_id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"3c1434e4-ad3e-7126-21e1-860b62890b04","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:28:07.552317Z","updated_at":"2024-07-24T06:28:07.660557Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"license_type":"SAPDEV","env_type":"sapcp","crm_customer_id":"","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:28:07.552312Z","updated_at":"2024-07-24T06:28:07.65526579Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:13 GMT + - Wed, 24 Jul 2024 06:28:07 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - aec545d8-3ef7-4015-69fe-815c5865bb7e + - 6f59af84-8728-42a9-410d-5f47916069d2 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 540.297584ms + duration: 567.035235ms - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6a9650a9-8f99-ab8c-6f8d-e6e87ee71e81 + - 356f597e-1e0f-2425-78dd-571b6bbff3d3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","ready":true,"last_operation":{"id":"52fbf35d-1485-44f2-94cf-930a252d3b97","ready":true,"type":"create","state":"succeeded","resource_id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4f6fae5e-6fa8-f2a0-d26e-6d48134cd996","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:51:13.680815Z","updated_at":"2024-07-15T15:51:13.815313Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","platform":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:51:13.680811Z","updated_at":"2024-07-15T15:51:13.805685Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","ready":true,"last_operation":{"id":"a67e35ce-b714-40e4-a083-7b4e736466e1","ready":true,"type":"create","state":"succeeded","resource_id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"3c1434e4-ad3e-7126-21e1-860b62890b04","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:28:07.552317Z","updated_at":"2024-07-24T06:28:07.660557Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"license_type":"SAPDEV","env_type":"sapcp","crm_customer_id":"","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:28:07.552312Z","updated_at":"2024-07-24T06:28:07.655266Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:20 GMT + - Wed, 24 Jul 2024 06:28:14 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 974c4b44-c641-4809-6986-14dc941b16d5 + - 70f0f49f-2257-477c-6a29-4c00db8d0128 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 354.663334ms + duration: 447.184227ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0c77707b-cfbf-1702-3bd2-37482d515b9a + - 4aa1596a-8fd0-aa78-71ed-84fd6118c129 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:20 GMT + - Wed, 24 Jul 2024 06:28:14 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 77845927-bd77-4684-70bf-7c0376732247 + - eda23b6f-b845-4c80-4931-a0cb225f3008 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 325.501ms + duration: 279.258158ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a3e4503a-0a49-4da0-039b-0babbf09fb7e + - c3519fdd-5cb1-5bd6-55d3-e436b762f073 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:20 GMT + - Wed, 24 Jul 2024 06:28:14 GMT Expires: - "0" Pragma: @@ -633,18 +633,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8a5132e2-3714-49bb-6188-d7c7c2c3e872 + - 69d6285a-ccb3-48f1-5c54-07df94682184 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 279.122625ms + duration: 266.837279ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -657,9 +657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 63abfe03-3be5-3699-1ff0-97631ec4509f + - 14795402-1b8e-26d9-b752-49d102908824 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -670,20 +670,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:23 GMT + - Wed, 24 Jul 2024 06:28:15 GMT Expires: - "0" Pragma: @@ -699,12 +699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 08ffe8c2-39a3-40fb-6aab-aa6db2932d35 + - 491fd9a2-cc20-4513-454f-f877a44e749c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.366022625s + duration: 303.446889ms - id: 10 request: proto: HTTP/1.1 @@ -723,9 +723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2effc892-eeed-09cd-23f6-02ac53f1783a + - c8227396-71f5-1fab-187f-bc78cca441bb X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -744,7 +744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -753,7 +753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:23 GMT + - Wed, 24 Jul 2024 06:28:15 GMT Expires: - "0" Pragma: @@ -771,12 +771,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6ed373f1-f654-4cf9-4ac8-446fdbd866e9 + - 8d4125a7-388e-4943-5748-b9c99065a9eb X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 199.60375ms + duration: 214.647269ms - id: 11 request: proto: HTTP/1.1 @@ -795,9 +795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4703d3ef-05a0-575f-7275-3f711110a7c5 + - 5c77e986-adfc-4f40-cbea-376ae665a08f X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -816,7 +816,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -825,7 +825,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:23 GMT + - Wed, 24 Jul 2024 06:28:15 GMT Expires: - "0" Pragma: @@ -843,12 +843,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fea7455d-4659-4746-4b51-0fb25235de42 + - fdeb7e8e-9ea1-4c61-52c5-79ce16a6b190 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 328.288625ms + duration: 371.769722ms - id: 12 request: proto: HTTP/1.1 @@ -867,9 +867,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6861bc1f-c257-0d6b-8e56-85f8aaef08bd + - c5e73aa4-ffce-4b31-8494-b469278790f6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -888,7 +888,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -897,7 +897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:24 GMT + - Wed, 24 Jul 2024 06:28:16 GMT Expires: - "0" Pragma: @@ -915,18 +915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 38fbbc35-775e-4305-7336-a60547e3f5de + - fc63a03c-c12c-4226-4a44-9fab4a9db2c0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 421.435834ms + duration: 459.896616ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -939,9 +939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bcf381bb-fa61-747f-8b6e-421fcea18346 + - 975301bb-e75c-5a70-f394-fa3f89e41fd8 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -952,20 +952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:28 GMT + - Wed, 24 Jul 2024 06:28:16 GMT Expires: - "0" Pragma: @@ -981,12 +981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c0990b83-cce8-4fc0-56a1-d603e9004331 + - a72cbe07-3463-4bbf-4378-efa11188ca60 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 4.065121958s + duration: 225.188175ms - id: 14 request: proto: HTTP/1.1 @@ -1005,9 +1005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d1635cd8-b44f-ea6e-bb34-6d28f48fd2e3 + - 141e772c-b2fa-2eaf-e664-c58926dbb172 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1026,7 +1026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1035,7 +1035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:28 GMT + - Wed, 24 Jul 2024 06:28:16 GMT Expires: - "0" Pragma: @@ -1053,12 +1053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - da397e39-5b43-4ed8-6399-5893bc39727d + - 99bdc7d9-d74f-4a3a-6945-08c6730ad14b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 189.273209ms + duration: 167.44205ms - id: 15 request: proto: HTTP/1.1 @@ -1077,9 +1077,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3cab8e53-bcb9-fd7c-a161-1c8ea0c8031a + - 6825c9ef-018a-d22a-7f57-ed99e78d7f0b X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1098,7 +1098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1107,7 +1107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:29 GMT + - Wed, 24 Jul 2024 06:28:17 GMT Expires: - "0" Pragma: @@ -1125,12 +1125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 651bc8b5-e222-4787-5295-ee429e3249c8 + - b870f222-0fc6-4b0c-5f5c-fbaf506faa0f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 383.220125ms + duration: 382.61804ms - id: 16 request: proto: HTTP/1.1 @@ -1149,9 +1149,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 56252e5b-9f62-c82e-9961-34c3dcba06af + - 25d3ed1e-df5f-28fa-adbc-d4ec7ec9a9aa X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1170,7 +1170,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1179,7 +1179,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:29 GMT + - Wed, 24 Jul 2024 06:28:17 GMT Expires: - "0" Pragma: @@ -1197,12 +1197,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8c03e27b-b549-4ec1-4cb6-1fc40af396b6 + - c170d48b-7bcd-45bf-5dea-49effac900db X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 507.372792ms + duration: 392.236411ms - id: 17 request: proto: HTTP/1.1 @@ -1215,15 +1215,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3866fcee-1ec7-15a6-9679-de122021063f + - d7df3391-baac-516b-fd4c-491b92995f74 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1242,7 +1242,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","ready":true,"last_operation":{"id":"52fbf35d-1485-44f2-94cf-930a252d3b97","ready":true,"type":"create","state":"succeeded","resource_id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4f6fae5e-6fa8-f2a0-d26e-6d48134cd996","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:51:13.680815Z","updated_at":"2024-07-15T15:51:13.815313Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","platform":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:51:13.680811Z","updated_at":"2024-07-15T15:51:13.805685Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","ready":true,"last_operation":{"id":"a67e35ce-b714-40e4-a083-7b4e736466e1","ready":true,"type":"create","state":"succeeded","resource_id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"3c1434e4-ad3e-7126-21e1-860b62890b04","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:28:07.552317Z","updated_at":"2024-07-24T06:28:07.660557Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"license_type":"SAPDEV","env_type":"sapcp","crm_customer_id":"","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:28:07.552312Z","updated_at":"2024-07-24T06:28:07.655266Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1251,7 +1251,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:29 GMT + - Wed, 24 Jul 2024 06:28:17 GMT Expires: - "0" Pragma: @@ -1269,12 +1269,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6c336dc8-b2e0-4771-53b1-92279f35d6fd + - a4f28fc1-ea6c-4caf-6b7e-cfedc07c6d18 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 403.390084ms + duration: 288.183202ms - id: 18 request: proto: HTTP/1.1 @@ -1287,15 +1287,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - be9be544-b320-9043-8984-4b793c18aac1 + - aee2dd62-af64-a1d4-fa1e-baa33ee83caa X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:30 GMT + - Wed, 24 Jul 2024 06:28:17 GMT Expires: - "0" Pragma: @@ -1342,12 +1342,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 248d03a6-4778-4b31-4912-6366ddd6aee3 + - fbecb940-00a5-4862-6913-aea80703bc35 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 349.92825ms + duration: 303.19548ms - id: 19 request: proto: HTTP/1.1 @@ -1360,15 +1360,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 433e2e85-1ce3-3057-cb02-07ee58cecb32 + - e861d499-d8f0-91d5-bd0d-aa026440af03 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1397,7 +1397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:30 GMT + - Wed, 24 Jul 2024 06:28:18 GMT Expires: - "0" Pragma: @@ -1415,18 +1415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f9e5eaa4-c972-435b-697f-e56864bbd787 + - a4075cd4-fdf1-4282-78a4-b4e100ef9cfa X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 365.475667ms + duration: 299.725445ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1439,9 +1439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 93e5abf6-3902-a529-74a7-a0a85fe08dec + - 096e09fa-4954-b078-0821-1882589b7da3 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1452,20 +1452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:33 GMT + - Wed, 24 Jul 2024 06:28:18 GMT Expires: - "0" Pragma: @@ -1481,12 +1481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 888d3ed8-41d2-4209-549b-46f011c17884 + - 6eac9f4a-629d-400d-5ee9-f42ed8c96ef4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.945828625s + duration: 234.511757ms - id: 21 request: proto: HTTP/1.1 @@ -1505,9 +1505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e4695e1c-0a27-963d-2b58-bd4343908a33 + - 78cd36e1-7e95-97c2-f765-9f359effb756 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1526,7 +1526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1535,7 +1535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:33 GMT + - Wed, 24 Jul 2024 06:28:18 GMT Expires: - "0" Pragma: @@ -1553,12 +1553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d43f7dc2-7aeb-4a61-7a34-fae3dfd13947 + - 71b809c8-f2b0-4f33-798d-58088cd3dc0f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 170.438917ms + duration: 187.82529ms - id: 22 request: proto: HTTP/1.1 @@ -1577,9 +1577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 34ef4c4a-5fda-6731-7c36-abb58d12592c + - 25cd5d2b-4eb7-d7df-6c76-310675533d93 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1598,7 +1598,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1607,7 +1607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:34 GMT + - Wed, 24 Jul 2024 06:28:19 GMT Expires: - "0" Pragma: @@ -1625,12 +1625,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f02eb1d1-6d38-4fb6-7fd7-2d1bfa77484b + - d90b63c7-718c-467b-41a5-160fee934dbd X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 495.498083ms + duration: 428.530188ms - id: 23 request: proto: HTTP/1.1 @@ -1649,9 +1649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b4676211-b334-215a-7a81-0deaccb3535e + - c98b3c9a-524b-b8ad-6961-11aeb9a63def X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1670,7 +1670,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1679,7 +1679,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:34 GMT + - Wed, 24 Jul 2024 06:28:19 GMT Expires: - "0" Pragma: @@ -1697,18 +1697,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fdae6654-a60d-4ef0-6942-86844e5f659f + - 9b2253c9-5445-4896-6e7a-d023469f177f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 534.119208ms + duration: 393.16378ms - id: 24 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1721,9 +1721,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4b909daa-aed6-31e1-47bd-0f4810561e41 + - 94fa9a59-7df8-943c-c3be-35ccf2c75bc3 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1734,20 +1734,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:38 GMT + - Wed, 24 Jul 2024 06:28:20 GMT Expires: - "0" Pragma: @@ -1763,18 +1763,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2be95ce9-5212-4d02-67f0-380c2abb2831 + - 54867e5c-5eac-4feb-7ff2-d252f1c9f0fa X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.820170417s + duration: 279.423883ms - id: 25 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1787,9 +1787,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3f67444d-8842-9d5e-fa6a-83a86e2c88fc + - 04b12833-ec22-4c1d-fd9e-856a54dcfd9b X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1800,20 +1800,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:39 GMT + - Wed, 24 Jul 2024 06:28:20 GMT Expires: - "0" Pragma: @@ -1829,12 +1829,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f023a813-7552-4085-7ef4-4a511239be2d + - 89587c6d-96f0-46ec-6a80-f05b5581e869 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 211.251917ms + duration: 234.696361ms - id: 26 request: proto: HTTP/1.1 @@ -1847,15 +1847,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fbf36518-019c-6bec-3e58-269c55eb7adf + - 75428e52-01f3-aeb7-644d-464f7c7612ef X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1883,7 +1883,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:39 GMT + - Wed, 24 Jul 2024 06:28:20 GMT Expires: - "0" Pragma: @@ -1901,12 +1901,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 584d1c06-2626-4648-7590-c34ee428d2bc + - 5bcdf039-8650-4535-6626-38298ac2cb46 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 428.240375ms + duration: 420.386503ms - id: 27 request: proto: HTTP/1.1 @@ -1919,15 +1919,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"9b7ea70f-57b3-4f89-82af-aa3cdafb823c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"2392f0aa-1f53-4d9c-952b-dc409f5e58fc","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7505df49-8a09-50f6-c8df-87ec22d017f2 + - c4a34c7e-70b0-0ba5-04a8-33ba4c69eb98 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1956,7 +1956,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:45 GMT + - Wed, 24 Jul 2024 06:28:27 GMT Expires: - "0" Pragma: @@ -1974,9 +1974,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b4e6957b-ffaf-4739-4a1e-1a5c7531b064 + - dba0739a-4ae5-4435-58b2-e342ce55f9d3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 338.705875ms + duration: 301.404423ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.sharing_error.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.sharing_error.yaml index 2fed0857..90a36cde 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.sharing_error.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.sharing_error.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 68aac833-6d89-b235-3bd8-c34e2d6dd778 + - 2d07a86c-cf2b-f53d-8f95-9acd99e0876b X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:49 GMT + - Wed, 24 Jul 2024 06:28:32 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7fd19cc0-6f18-4571-56ea-aa002fe3b281 + - bcee2dc8-4747-4d81-75de-c242e6d865c2 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.184165s + duration: 501.809084ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 942ba5b6-1348-a31f-4492-b90d7b75fa04 + - 10754797-45d3-9727-a488-303d50412413 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:49 GMT + - Wed, 24 Jul 2024 06:28:32 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2123021d-69a9-4814-7f29-470566754390 + - 2b8e7fbb-ba52-4750-6d2f-338d6ed3b12f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 239.978834ms + duration: 174.399293ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - dc039f3f-5452-e9bd-94da-c6e55f9fd346 + - da9e7b4b-865b-c878-0f90-b54461c8016b X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:49 GMT + - Wed, 24 Jul 2024 06:28:33 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e146c928-5c7e-48e4-47b1-76ac44d49dd7 + - ef1e4c66-8174-4110-5262-bcd75db73007 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 367.206416ms + duration: 329.065752ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 96cc8e5c-db40-f3a2-47f3-af11fdbe5a18 + - afcb2c43-7e8d-01ff-4cf6-6f858d661750 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:50 GMT + - Wed, 24 Jul 2024 06:28:33 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 02ba39f7-77eb-4707-573f-323b3f170844 + - 08d987d5-6353-4b49-6dcf-fb0081b56ac3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 541.617416ms + duration: 394.975206ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 208ce994-c5a6-4bd3-3487-3a48552ea740 + - bdaddc5b-2f28-1b77-ea1e-b5cab1d73a94 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:54 GMT + - Wed, 24 Jul 2024 06:28:34 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f647bceb-735d-49cc-59e5-9b3f931fd538 + - 742e236b-b519-4a85-7415-44ee83f7c2c7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.699483708s + duration: 285.302822ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3e9d8704-6c47-8a3e-47e3-2da9ac7a34b1 + - ef80961f-9117-6df1-7f4e-9729776fac82 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","ready":true,"last_operation":{"id":"6e9eaae4-3ee1-491c-9b85-91117028787a","ready":true,"type":"create","state":"succeeded","resource_id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"3e9d8704-6c47-8a3e-47e3-2da9ac7a34b1","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:51:54.707007Z","updated_at":"2024-07-15T15:51:55.204008Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:51:54.707004Z","updated_at":"2024-07-15T15:51:55.195650219Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","ready":true,"last_operation":{"id":"262d9e83-15dc-49d6-9f1c-724415ed5d29","ready":true,"type":"create","state":"succeeded","resource_id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ef80961f-9117-6df1-7f4e-9729776fac82","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:28:34.448052Z","updated_at":"2024-07-24T06:28:34.886594Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:28:34.448049Z","updated_at":"2024-07-24T06:28:34.881747463Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:55 GMT + - Wed, 24 Jul 2024 06:28:34 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 025ea172-2641-4637-4ae5-c14511f58f1c + - a27d16a4-28a4-46e8-6573-fa588a9f6765 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.034768708s + duration: 824.417613ms - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 91cf7181-0cf8-c70d-d97a-2398fe9e06aa + - aa8218e8-e27d-c9d3-bbfd-3b869ba2d64d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","ready":true,"last_operation":{"id":"6e9eaae4-3ee1-491c-9b85-91117028787a","ready":true,"type":"create","state":"succeeded","resource_id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"3e9d8704-6c47-8a3e-47e3-2da9ac7a34b1","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:51:54.707007Z","updated_at":"2024-07-15T15:51:55.204008Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:51:54.707004Z","updated_at":"2024-07-15T15:51:55.19565Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","ready":true,"last_operation":{"id":"262d9e83-15dc-49d6-9f1c-724415ed5d29","ready":true,"type":"create","state":"succeeded","resource_id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ef80961f-9117-6df1-7f4e-9729776fac82","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:28:34.448052Z","updated_at":"2024-07-24T06:28:34.886594Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:28:34.448049Z","updated_at":"2024-07-24T06:28:34.881747Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:01 GMT + - Wed, 24 Jul 2024 06:28:41 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 781ac487-88fd-416d-6f8a-b783edbade5b + - 20eda9e8-87f9-4c54-571f-97c788ec5656 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 252.878375ms + duration: 285.39075ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a0860119-df2b-2e9e-94dc-90f7ab199e56 + - 3eecb824-a3fb-8242-23d3-45d144547d6b X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:01 GMT + - Wed, 24 Jul 2024 06:28:41 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f7c4391a-2e52-46fd-68cf-1e339bf4ec13 + - fe583ede-cc9f-4bb9-4b16-6a8de937187b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 277.863167ms + duration: 268.126581ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e49ab611-bb01-6244-e0b3-d5830bc65990 + - 3d9ddee6-3949-a4d3-6978-b0103dcbcdaf X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:02 GMT + - Wed, 24 Jul 2024 06:28:41 GMT Expires: - "0" Pragma: @@ -633,12 +633,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2bb367f6-e9c8-4dac-5f68-ad5052e3681a + - 8617860c-10e4-4847-7821-361a0ff092c7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 427.279459ms + duration: 310.898637ms - id: 9 request: proto: HTTP/1.1 @@ -651,15 +651,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","name":"tf-test-audit-log","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","name":"tf-test-audit-log","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 41b8b0bc-76f3-79f8-a62e-d3634627881b + - 427113e3-acf3-ac0a-9b47-18b4b6653dd7 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -688,7 +688,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:02 GMT + - Wed, 24 Jul 2024 06:28:42 GMT Expires: - "0" Pragma: @@ -706,18 +706,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c153b55b-2a6a-4033-43db-c6c90733eb15 + - 8d224c19-9c19-4d50-4635-ad06ae57321e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 409.63875ms + duration: 330.067279ms - id: 10 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -730,9 +730,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a7240a6f-b598-2b09-79a0-fec08b62d92e + - af3916c6-f4ff-2b04-42eb-46fbd814566e X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -743,20 +743,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:04 GMT + - Wed, 24 Jul 2024 06:28:42 GMT Expires: - "0" Pragma: @@ -772,18 +772,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a454d3b7-e979-4b61-775b-fed18e0e7340 + - 26ef629e-d887-4426-465d-49ffbe8e28b8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.706332042s + duration: 264.611757ms - id: 11 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -796,9 +796,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 16008da6-6d5b-19db-1edf-1acfad543726 + - 87a0e86d-623f-1869-fb28-657abb4d018f X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -809,20 +809,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:04 GMT + - Wed, 24 Jul 2024 06:28:42 GMT Expires: - "0" Pragma: @@ -838,12 +838,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 79c03c83-d672-44e2-5aa6-7faa8fa928dc + - 51ab32df-a580-4609-6536-d32031961d98 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 233.682375ms + duration: 264.042641ms - id: 12 request: proto: HTTP/1.1 @@ -856,15 +856,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 286af84d-9001-4385-b878-ffe219f3f147 + - 06256053-ecc9-cd9b-4329-1092df82bb5c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -892,7 +892,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:05 GMT + - Wed, 24 Jul 2024 06:28:43 GMT Expires: - "0" Pragma: @@ -910,12 +910,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 20caf927-2019-4352-64b3-e4f7eb3b38d6 + - 4aacf3a8-5149-40bc-5709-ffc6e86ebd4a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 684.037333ms + duration: 644.236285ms - id: 13 request: proto: HTTP/1.1 @@ -928,15 +928,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"6c6e046e-74ee-40eb-b3ba-a9f5201d679a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"fcb349d9-d2cf-4eb9-8b98-306e5326b3ed","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 905fe18d-33d8-e6d4-bb25-95b8c88458d2 + - fe14c9fc-68f5-f213-ecdf-bb1f8e1fe992 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -965,7 +965,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:52:11 GMT + - Wed, 24 Jul 2024 06:28:49 GMT Expires: - "0" Pragma: @@ -983,9 +983,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 626d70c5-bb9a-4ecb-44fb-a9bc92cb382f + - b59064ca-35c2-49d5-576b-89a764494d49 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 359.923625ms + duration: 266.963953ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.with_labels.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.with_labels.yaml index de96ae87..a6f4c155 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.with_labels.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.with_labels.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 826f0837-e853-01c0-2d60-04245fc312f9 + - 690c10fc-7b40-2a7a-7a66-a4cb79ff1078 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:29 GMT + - Wed, 24 Jul 2024 06:24:23 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d694e441-b1a7-4922-402a-58eb71ca283c + - 2854bdd0-0867-4bbb-723f-ea5cd0f6b555 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.652927167s + duration: 778.14779ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4b7d31e7-837e-9277-e4f2-4cd1d9ea3cfd + - 587e7895-f007-5afe-1b33-880d3c9f0a60 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:29 GMT + - Wed, 24 Jul 2024 06:24:23 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 338fc9d7-640c-43ca-734a-8110f03bc1ce + - 169cb159-5c57-47c8-6fc4-849e17945769 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 176.906ms + duration: 379.197891ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d84cfa00-5ee7-353b-821a-51881e46eab9 + - be0c8c8c-5e3d-1ff2-5a8f-44841eeab114 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:30 GMT + - Wed, 24 Jul 2024 06:24:24 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 336d7e57-04da-4e4e-43e7-1542297bcef0 + - 84d5aeb2-c873-41d6-402d-590ca36ffd8d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 369.199334ms + duration: 422.70725ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e3067803-c6ba-2d43-36c4-af53bd4c92a7 + - 29dcf643-ccae-79c9-1c50-336e14f57d3d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:30 GMT + - Wed, 24 Jul 2024 06:24:24 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - aba210c4-6050-4f6d-76ec-9e67eb0b95eb + - 777b498c-1cf0-4212-5722-8e5452404fde X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 443.274666ms + duration: 414.702763ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fc8a100e-52ee-f39a-53ba-098276b0dbde + - 79357411-69d4-a9bc-35ea-a30795b41040 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:30 GMT + - Wed, 24 Jul 2024 06:24:25 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5b681fe0-290d-4b3c-5726-c7139c2f033c + - b5102ac2-7809-4da3-775f-fda7b38879e0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 197.420458ms + duration: 257.502829ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8c8fc580-374e-b855-b59c-f4fe80cadc6d + - 03525303-00fe-1104-a74a-7ee051964088 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"9daf41ab-64ae-4c07-9452-7bccc062bb53","ready":true,"type":"create","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"8c8fc580-374e-b855-b59c-f4fe80cadc6d","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:31.185745Z","updated_at":"2024-07-15T15:47:31.292845Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"region":"cf-eu12","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:31.285712421Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"b013e9b9-62c5-458b-89a0-647f2c527afd","ready":true,"type":"create","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"03525303-00fe-1104-a74a-7ee051964088","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:25.399486Z","updated_at":"2024-07-24T06:24:25.504069Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:25.497159907Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:31 GMT + - Wed, 24 Jul 2024 06:24:25 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 54952b8a-9aac-4758-5da0-d26266f18098 + - fb37f5ee-d865-475e-64a4-87af548fb70a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 475.387208ms + duration: 503.497447ms - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f4c37929-a31f-983e-e7cf-9c5bb7cf71f9 + - a931d0f3-5720-61a3-ded1-304d572e5472 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"9daf41ab-64ae-4c07-9452-7bccc062bb53","ready":true,"type":"create","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"8c8fc580-374e-b855-b59c-f4fe80cadc6d","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:31.185745Z","updated_at":"2024-07-15T15:47:31.292845Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"region":"cf-eu12","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:31.285712Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"b013e9b9-62c5-458b-89a0-647f2c527afd","ready":true,"type":"create","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"03525303-00fe-1104-a74a-7ee051964088","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:25.399486Z","updated_at":"2024-07-24T06:24:25.504069Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:25.49716Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:37 GMT + - Wed, 24 Jul 2024 06:24:31 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d0141a25-d035-40cb-4d18-a849d12a7dcf + - 93bbca63-d0b1-4f3b-4d96-cef8c3889b43 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 334.257709ms + duration: 369.294933ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 80c6568f-9f5f-68e0-4687-31bc82b6d82d + - dbfc1e94-346a-95ce-b24c-d853c7faa332 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:37 GMT + - Wed, 24 Jul 2024 06:24:32 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1f160870-862a-4f88-77b5-e904b67cc817 + - 1eef205d-06db-4624-6ec5-008f2e1cdb36 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 278.228959ms + duration: 391.307416ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fc315d8a-f9fa-615e-3d1f-d5b5f98e2f52 + - bf8e8bee-aa69-3a28-51b9-a86065bdab96 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:38 GMT + - Wed, 24 Jul 2024 06:24:32 GMT Expires: - "0" Pragma: @@ -633,18 +633,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cd492568-e6d1-4892-6837-dbcdf50b88e2 + - 9de3d5ee-c517-475b-79dd-ccc9e137a870 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 282.895417ms + duration: 361.286548ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -657,9 +657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bab4bf47-7ba6-6f8d-b5ed-84a66da2f004 + - 5c8ce73b-9b3d-ae15-4c85-2dca5651599e X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -670,20 +670,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:39 GMT + - Wed, 24 Jul 2024 06:24:32 GMT Expires: - "0" Pragma: @@ -699,12 +699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b48ce714-d5a4-433d-46b3-bdd88709e91e + - f5227d42-8393-4f18-7700-91c396ba4991 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.269133375s + duration: 228.30992ms - id: 10 request: proto: HTTP/1.1 @@ -723,9 +723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 79169423-5699-dfb4-aea5-0b9d87b8b28c + - c5e4c882-35c7-4655-0119-cb16e021e1a8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -744,7 +744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -753,7 +753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:39 GMT + - Wed, 24 Jul 2024 06:24:33 GMT Expires: - "0" Pragma: @@ -771,12 +771,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - dccda0a6-98d0-41dd-771d-53249866eca6 + - 6e748c3f-0ec8-4c30-7d4a-cf5de3adfb9f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 304.999167ms + duration: 192.456445ms - id: 11 request: proto: HTTP/1.1 @@ -795,9 +795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 80e6898b-59c6-3768-452e-879caad41f22 + - fdb2fac1-c779-9b8b-da42-a973899a73ce X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -816,7 +816,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -825,7 +825,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:40 GMT + - Wed, 24 Jul 2024 06:24:33 GMT Expires: - "0" Pragma: @@ -843,12 +843,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0a8e6941-da2a-4c28-79f1-73d72d7289f3 + - 0883d222-8951-4faa-70e1-4691f312d7d8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 395.826166ms + duration: 378.336355ms - id: 12 request: proto: HTTP/1.1 @@ -867,9 +867,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5c03d024-bd46-e85d-977d-ff7388e4af28 + - 566b9327-33d2-4bcb-9eda-a8615d6ed8d7 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -888,7 +888,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -897,7 +897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:40 GMT + - Wed, 24 Jul 2024 06:24:33 GMT Expires: - "0" Pragma: @@ -915,18 +915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 410d4c45-7525-400b-57d2-91899da3db59 + - 26e08d9d-0bd5-4d4b-5153-23a954420d86 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 377.464709ms + duration: 409.571474ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -939,9 +939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f78a29e0-9a26-42db-459f-e65ec10decc2 + - e2917923-4763-f48e-f69e-76e47bebfcc4 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -952,20 +952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:44 GMT + - Wed, 24 Jul 2024 06:24:34 GMT Expires: - "0" Pragma: @@ -981,12 +981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fc046d80-d40f-434f-4628-b10a229b8b8a + - 8636a87a-f878-4e18-536c-409a613e3581 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.610765208s + duration: 241.664576ms - id: 14 request: proto: HTTP/1.1 @@ -1005,9 +1005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8d0ef9d0-2d55-f480-c641-f70738cfe8a2 + - 012e5b83-b60e-18d2-ef18-24ada02e51dd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1026,7 +1026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1035,7 +1035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:44 GMT + - Wed, 24 Jul 2024 06:24:34 GMT Expires: - "0" Pragma: @@ -1053,12 +1053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cc72a433-e83c-4c0f-61c4-686393732c29 + - 2e8e0f65-76d0-41c9-7a0a-ffe7b53fca7d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 150.562417ms + duration: 175.028383ms - id: 15 request: proto: HTTP/1.1 @@ -1077,9 +1077,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2f18c8c9-cc17-217e-9791-f91f1640c1dd + - 87dee746-599d-a3ff-25b5-5b80149ed3ac X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1098,7 +1098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1107,7 +1107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:44 GMT + - Wed, 24 Jul 2024 06:24:34 GMT Expires: - "0" Pragma: @@ -1125,12 +1125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ab1fc172-6e2a-49e4-6ce0-5783bb40d86c + - ccd7b7f6-5764-4da1-6c5e-1c135a521ea0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 350.626542ms + duration: 416.943868ms - id: 16 request: proto: HTTP/1.1 @@ -1149,9 +1149,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b0d13510-e052-1d42-7dd5-d2ee65dc6201 + - b2b21fdd-ed12-cee3-8c8f-78c983a5fab1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1170,7 +1170,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1179,7 +1179,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:45 GMT + - Wed, 24 Jul 2024 06:24:35 GMT Expires: - "0" Pragma: @@ -1197,12 +1197,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 50d2597c-b393-4f02-693a-987573b41417 + - 41ff6c10-0fb7-4f9f-705a-225aaba26e06 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 402.765916ms + duration: 474.704041ms - id: 17 request: proto: HTTP/1.1 @@ -1215,15 +1215,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ed88011a-c1a9-8b81-66dd-2dc24622d4ca + - c6b842ea-8720-9638-cdde-1282e8fd8f05 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1242,7 +1242,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"9daf41ab-64ae-4c07-9452-7bccc062bb53","ready":true,"type":"create","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"8c8fc580-374e-b855-b59c-f4fe80cadc6d","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:31.185745Z","updated_at":"2024-07-15T15:47:31.292845Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"region":"cf-eu12","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:31.285712Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"b013e9b9-62c5-458b-89a0-647f2c527afd","ready":true,"type":"create","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"03525303-00fe-1104-a74a-7ee051964088","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:25.399486Z","updated_at":"2024-07-24T06:24:25.504069Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:25.49716Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1251,7 +1251,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:45 GMT + - Wed, 24 Jul 2024 06:24:35 GMT Expires: - "0" Pragma: @@ -1269,12 +1269,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3ef71b21-97e3-4540-4e8b-973e5d174d23 + - 1bafa26f-10b2-4400-4e80-b7f69261db52 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 254.665ms + duration: 308.848588ms - id: 18 request: proto: HTTP/1.1 @@ -1287,15 +1287,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 23716702-8b65-cedf-9426-d8c708deee64 + - 5803cec2-38ac-16ca-456c-6bc6c31f1c88 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:45 GMT + - Wed, 24 Jul 2024 06:24:35 GMT Expires: - "0" Pragma: @@ -1342,12 +1342,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cc3c01da-2549-4842-4ca6-726d624741fb + - ce4ac014-3e63-4597-471c-2f8a2b4c622b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 350.343084ms + duration: 272.815693ms - id: 19 request: proto: HTTP/1.1 @@ -1360,15 +1360,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7f7ab5f4-decb-fda5-eeed-69152a50ccfc + - 9b0b6d04-68cb-1d20-b29b-0505a6374bce X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1397,7 +1397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:46 GMT + - Wed, 24 Jul 2024 06:24:36 GMT Expires: - "0" Pragma: @@ -1415,18 +1415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5c2356a5-158a-4c89-6000-bfc4eb7fc1b1 + - 403d21c9-21ea-4c0f-7d4a-18666c75c5ce X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 281.226333ms + duration: 277.235453ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1439,9 +1439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c61a588f-a946-97ca-158a-60fd41130508 + - de800b39-886c-4818-8787-7cf26ee5c272 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1452,20 +1452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:49 GMT + - Wed, 24 Jul 2024 06:24:36 GMT Expires: - "0" Pragma: @@ -1481,12 +1481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7aaa2745-1d28-4e15-7f76-4155126ad98c + - b9487675-c948-45c3-4dc6-0003447f2b06 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.654146084s + duration: 260.753561ms - id: 21 request: proto: HTTP/1.1 @@ -1505,9 +1505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 937436ea-e08d-d74c-4d70-4971346d7075 + - b22b985f-8d38-e716-22e9-8cedcd4271c2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1526,7 +1526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1535,7 +1535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:49 GMT + - Wed, 24 Jul 2024 06:24:36 GMT Expires: - "0" Pragma: @@ -1553,12 +1553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 09cad8a5-2457-4562-4b06-b1af87dd7a2d + - e4adc097-5408-44a1-616e-8c741a89c3d4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 209.980666ms + duration: 222.746397ms - id: 22 request: proto: HTTP/1.1 @@ -1577,9 +1577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1785b625-053d-8f8b-51cd-34f840e9a23e + - 842609da-1e69-fc10-89fb-49bbbf452a2d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1598,7 +1598,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1607,7 +1607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:49 GMT + - Wed, 24 Jul 2024 06:24:37 GMT Expires: - "0" Pragma: @@ -1625,12 +1625,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1258854e-1f1d-49df-62d0-dbf15cac2c47 + - 2af982a0-fc33-43d7-4606-981b340ffd8e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 373.304292ms + duration: 365.261412ms - id: 23 request: proto: HTTP/1.1 @@ -1649,9 +1649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1e2733f6-ffc7-712b-2180-de8ef49af0fe + - be69c1eb-2a49-a772-7b39-94a133127cbb X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1670,7 +1670,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1679,7 +1679,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:50 GMT + - Wed, 24 Jul 2024 06:24:37 GMT Expires: - "0" Pragma: @@ -1697,12 +1697,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1fbc236c-82d3-4468-69dc-34926b9418ee + - eebcf2a9-d4ab-4557-5ed9-5eef3e4b29b1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 420.671875ms + duration: 406.347488ms - id: 24 request: proto: HTTP/1.1 @@ -1715,15 +1715,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fb12b507-1e23-ec08-7e23-03ca98676e54 + - afedbf17-6850-b17c-f657-f2c0283882af X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1742,7 +1742,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"9daf41ab-64ae-4c07-9452-7bccc062bb53","ready":true,"type":"create","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"8c8fc580-374e-b855-b59c-f4fe80cadc6d","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:31.185745Z","updated_at":"2024-07-15T15:47:31.292845Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"region":"cf-eu12","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:31.285712Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"b013e9b9-62c5-458b-89a0-647f2c527afd","ready":true,"type":"create","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"03525303-00fe-1104-a74a-7ee051964088","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:25.399486Z","updated_at":"2024-07-24T06:24:25.504069Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:25.49716Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1751,7 +1751,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:50 GMT + - Wed, 24 Jul 2024 06:24:37 GMT Expires: - "0" Pragma: @@ -1769,12 +1769,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2d2aac18-59b5-4968-4453-77a1441cd861 + - bd7d07ce-46ad-4b87-6e6c-add88ca7fe77 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 241.107291ms + duration: 323.66092ms - id: 25 request: proto: HTTP/1.1 @@ -1787,15 +1787,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4b0379e1-a3e7-93cb-19b0-53943ac4e6c8 + - cf300c55-eeb4-a073-2ddd-ec482a50894d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1824,7 +1824,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:50 GMT + - Wed, 24 Jul 2024 06:24:38 GMT Expires: - "0" Pragma: @@ -1842,12 +1842,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 759798c0-87a6-4c43-40f9-2854039c7a67 + - d5682465-6460-4500-588b-c4116dce0363 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 287.452291ms + duration: 296.339738ms - id: 26 request: proto: HTTP/1.1 @@ -1860,15 +1860,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 28d1a264-bff6-5de0-0d25-8f6520612522 + - dbc8852d-65a2-32cf-43cf-089c59621745 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1897,7 +1897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:51 GMT + - Wed, 24 Jul 2024 06:24:38 GMT Expires: - "0" Pragma: @@ -1915,18 +1915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 95daf66d-5dcb-448f-45a8-05835d212cec + - 549b87ae-876f-4ffc-5e5c-995ec44aa707 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 470.358083ms + duration: 317.797009ms - id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1939,9 +1939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - defe1a98-fe6b-1f00-2316-54bb1f306d24 + - b6dc7ddf-9c71-7999-ab12-153d865a853d X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1952,20 +1952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:53 GMT + - Wed, 24 Jul 2024 06:24:38 GMT Expires: - "0" Pragma: @@ -1981,12 +1981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f4de5f41-9013-46c3-7a72-52226923bb64 + - b735e27c-81a7-47eb-43ce-417bc3efb128 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.444340584s + duration: 253.76921ms - id: 28 request: proto: HTTP/1.1 @@ -1999,15 +1999,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","newName":"TF-TEST-MALWARE-SCANNER","plan":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","newName":"TF-TEST-MALWARE-SCANNER","plan":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - edf7be97-213a-79d3-3129-b2e61a1ceda0 + - c1afc896-c957-f82f-dcd4-e12a8951ffa9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2026,7 +2026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","command":"btp get services/instance a7cee543-722a-4bfa-9028-eca7badf0904 --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","command":"btp get services/instance 5fd18a09-943c-48df-b756-b8d49a17ec4e --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2035,7 +2035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:54 GMT + - Wed, 24 Jul 2024 06:24:39 GMT Expires: - "0" Pragma: @@ -2053,12 +2053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 34827017-301f-4874-7d4b-f3ef26133865 + - 601da26d-c1cd-427a-736c-3a909524bf42 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 398.875292ms + duration: 370.4986ms - id: 29 request: proto: HTTP/1.1 @@ -2071,15 +2071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bd53c27d-4dd8-472e-193e-bdc0fb7a27d3 + - 4898bf28-e5f7-e12e-f33c-3266e6b2201a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2098,7 +2098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"c56fbf9e-c00e-4acc-897d-7ba8645bab82","ready":true,"type":"update","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"edf7be97-213a-79d3-3129-b2e61a1ceda0","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:54.044864Z","updated_at":"2024-07-15T15:47:54.155156Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","license_type":"SAPDEV","env_type":"sapcp","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:54.140186Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"153dd557-ec61-424f-8345-fb37027c1857","ready":true,"type":"update","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c1afc896-c957-f82f-dcd4-e12a8951ffa9","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:39.290203Z","updated_at":"2024-07-24T06:24:39.408898Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:39.391446Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2107,7 +2107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:54 GMT + - Wed, 24 Jul 2024 06:24:39 GMT Expires: - "0" Pragma: @@ -2125,12 +2125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 06422d8c-0ed6-4dca-7369-9c0ed8c98ac1 + - 5cde5349-3567-4d39-61a7-2417df67c854 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.449583ms + duration: 426.583615ms - id: 30 request: proto: HTTP/1.1 @@ -2143,15 +2143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3d8983de-5f3a-c316-1273-23135a553cad + - 78d23545-a17a-2766-9dc7-40e46a215cec X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2180,7 +2180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:54 GMT + - Wed, 24 Jul 2024 06:24:40 GMT Expires: - "0" Pragma: @@ -2198,12 +2198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4df4659a-7d40-4e9f-7c57-457ca144957b + - d4dd8d75-b0a9-4236-6a72-ed918f3f2609 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 305.643417ms + duration: 324.683056ms - id: 31 request: proto: HTTP/1.1 @@ -2216,15 +2216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 317062ef-fc41-c9b2-5a5e-018636e8eb3a + - afc40e83-5101-b8d9-4039-1e1d0273415c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2253,7 +2253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:55 GMT + - Wed, 24 Jul 2024 06:24:40 GMT Expires: - "0" Pragma: @@ -2271,12 +2271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - bf29c6a0-98fc-48e5-4ef9-7a7ce7a1a9ad + - 249707dc-12d0-469a-58dc-66d0cd542559 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 376.274041ms + duration: 401.68812ms - id: 32 request: proto: HTTP/1.1 @@ -2289,15 +2289,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - cafe00f1-5d06-4171-0125-4f1c41be1e47 + - 7d86fce7-cfb1-637b-8678-61f7712517b8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2316,7 +2316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"c56fbf9e-c00e-4acc-897d-7ba8645bab82","ready":true,"type":"update","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"edf7be97-213a-79d3-3129-b2e61a1ceda0","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:54.044864Z","updated_at":"2024-07-15T15:47:54.155156Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","license_type":"SAPDEV","env_type":"sapcp","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:54.140186Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"153dd557-ec61-424f-8345-fb37027c1857","ready":true,"type":"update","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c1afc896-c957-f82f-dcd4-e12a8951ffa9","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:39.290203Z","updated_at":"2024-07-24T06:24:39.408898Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:39.391446Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2325,7 +2325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:01 GMT + - Wed, 24 Jul 2024 06:24:46 GMT Expires: - "0" Pragma: @@ -2343,12 +2343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9a2b0e7b-0653-4ea1-514e-a28acd32c998 + - 90926fbd-fb71-4699-728a-103b5eae14ad X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 410.566875ms + duration: 281.57584ms - id: 33 request: proto: HTTP/1.1 @@ -2361,15 +2361,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - dab6174a-e232-a7eb-88f4-8f423cbe365d + - 59e98a64-15aa-1db5-58a3-ada4f3868db3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2398,7 +2398,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:01 GMT + - Wed, 24 Jul 2024 06:24:47 GMT Expires: - "0" Pragma: @@ -2416,12 +2416,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 429b1b18-4a94-482b-4bff-e6de0bfbbcd5 + - f05413da-a742-4f1b-471a-9e9ce7c118b0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.418459ms + duration: 294.990018ms - id: 34 request: proto: HTTP/1.1 @@ -2434,15 +2434,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 56ca7caf-2b14-77d1-b991-7a8f05df5c23 + - c1dc0f0a-4231-bbca-6126-4c86a71a9b5d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2471,7 +2471,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:02 GMT + - Wed, 24 Jul 2024 06:24:47 GMT Expires: - "0" Pragma: @@ -2489,18 +2489,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 56a26861-41a9-49b4-4fcd-b78bbe0b651d + - afbee0ba-7d66-4c8e-5648-9828e570a127 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 411.84675ms + duration: 269.77142ms - id: 35 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2513,9 +2513,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 079db144-7cf5-8e24-f515-acf3c3a0749c + - 140c9964-d8f6-7645-c803-3cc320c1ae98 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2526,20 +2526,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:03 GMT + - Wed, 24 Jul 2024 06:24:47 GMT Expires: - "0" Pragma: @@ -2555,12 +2555,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fe39aefa-6965-42fb-623f-c5d6068ffc2e + - 7e99cdca-9754-4f09-7c41-e13b8facec14 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 684.429125ms + duration: 239.575343ms - id: 36 request: proto: HTTP/1.1 @@ -2579,9 +2579,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a598b215-7280-fb79-255c-73628776436a + - e7d5cbbf-a37b-2e53-d813-6eda7331c7f5 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2600,7 +2600,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2609,7 +2609,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:03 GMT + - Wed, 24 Jul 2024 06:24:47 GMT Expires: - "0" Pragma: @@ -2627,12 +2627,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 89b3816c-c2f1-4bbc-7e16-1c250bf9fead + - e0e02009-2763-4549-4942-bf47d01d8fe5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 195.531209ms + duration: 178.92088ms - id: 37 request: proto: HTTP/1.1 @@ -2651,9 +2651,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 470627f6-18ce-38d7-800e-1b895329cfe2 + - 2d5e14e1-e396-992b-0b50-f386562aae25 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2672,7 +2672,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2681,7 +2681,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:03 GMT + - Wed, 24 Jul 2024 06:24:48 GMT Expires: - "0" Pragma: @@ -2699,12 +2699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1e8ccda8-b9df-404e-5bbc-6a200f2c136d + - dd218971-2fe7-4684-4df5-2925cfee692c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 395.547083ms + duration: 351.346428ms - id: 38 request: proto: HTTP/1.1 @@ -2723,9 +2723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a9eb5c27-842f-b190-30cb-b552f6be7f77 + - ffcbc27c-3990-1ff4-5eab-7ad7e31b27d5 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2744,7 +2744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2753,7 +2753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:04 GMT + - Wed, 24 Jul 2024 06:24:48 GMT Expires: - "0" Pragma: @@ -2771,18 +2771,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 327d7a46-9267-4961-50fb-86d82c6130d3 + - 4c86be03-a7de-40de-7151-534584cfd5d1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 425.744042ms + duration: 385.972562ms - id: 39 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2795,9 +2795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1798f30e-905f-dd8a-860f-ea9ac20dc6f5 + - f38aa85b-2ca3-464a-5b82-3ae3cc74f336 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2808,20 +2808,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:07 GMT + - Wed, 24 Jul 2024 06:24:48 GMT Expires: - "0" Pragma: @@ -2837,12 +2837,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 54167295-57b3-4f9c-7f4a-e5baca09ba0a + - 9fbc4692-da3e-4550-74f5-046a14eaf6bf X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.467838292s + duration: 242.658052ms - id: 40 request: proto: HTTP/1.1 @@ -2861,9 +2861,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 00af1547-7325-54e8-1ce1-a9fe0cf667cb + - 6fc15fa2-8fc6-3090-fb4d-844a1a4effbc X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2882,7 +2882,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2891,7 +2891,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:07 GMT + - Wed, 24 Jul 2024 06:24:49 GMT Expires: - "0" Pragma: @@ -2909,12 +2909,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a5161365-2109-48c6-59d2-2a11a90ce880 + - ac33177c-32cf-45b5-703e-ce5c29a1cbc8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 159.404625ms + duration: 206.729672ms - id: 41 request: proto: HTTP/1.1 @@ -2933,9 +2933,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2fc00cfb-d2ba-cba9-0f99-32a651f2a56c + - 69c76848-119e-5b27-016c-51c9c7bcb40a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2954,7 +2954,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2963,7 +2963,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:08 GMT + - Wed, 24 Jul 2024 06:24:49 GMT Expires: - "0" Pragma: @@ -2981,12 +2981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 825e0843-12cb-43ff-673f-69d1692f47f0 + - 291a54f0-13f5-4d9b-4d03-6859d7505a13 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 405.607208ms + duration: 326.383338ms - id: 42 request: proto: HTTP/1.1 @@ -3005,9 +3005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 49f836e2-494b-354f-bcc2-5f07fcbed7f4 + - 128f74d7-c938-9166-3cf4-ce68bddf9f99 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3026,7 +3026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3035,7 +3035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:08 GMT + - Wed, 24 Jul 2024 06:24:49 GMT Expires: - "0" Pragma: @@ -3053,12 +3053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3533f364-1b6f-4967-63c4-b5dc0040327b + - 98476c4c-2cff-4c8d-509b-6c6f006b9e77 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 439.431917ms + duration: 452.676942ms - id: 43 request: proto: HTTP/1.1 @@ -3071,15 +3071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e2f3cdb9-9444-c2f2-1ea2-dce1a4171376 + - 59c92973-52a1-b100-9193-c1824c1e0a28 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3098,7 +3098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"c56fbf9e-c00e-4acc-897d-7ba8645bab82","ready":true,"type":"update","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"edf7be97-213a-79d3-3129-b2e61a1ceda0","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:54.044864Z","updated_at":"2024-07-15T15:47:54.155156Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","license_type":"SAPDEV","env_type":"sapcp","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:54.140186Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"153dd557-ec61-424f-8345-fb37027c1857","ready":true,"type":"update","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c1afc896-c957-f82f-dcd4-e12a8951ffa9","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:39.290203Z","updated_at":"2024-07-24T06:24:39.408898Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:39.391446Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3107,7 +3107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:09 GMT + - Wed, 24 Jul 2024 06:24:50 GMT Expires: - "0" Pragma: @@ -3125,12 +3125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f3d59990-7ad7-48be-76e2-a3f2a8d352b1 + - 68b8fbf7-d1cc-46d3-4acb-62a7e41ccee4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 320.426083ms + duration: 290.737245ms - id: 44 request: proto: HTTP/1.1 @@ -3143,15 +3143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2ed4c928-b1b2-52e5-2921-43379659492e + - d797c960-95a4-2377-1ba7-09cd030cb586 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3180,7 +3180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:09 GMT + - Wed, 24 Jul 2024 06:24:50 GMT Expires: - "0" Pragma: @@ -3198,12 +3198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a6765d9b-dacf-4ab7-5ad9-6352f4ef2747 + - 5d11d423-312a-4029-48c5-3a5ff6684c2c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 379.825708ms + duration: 545.389311ms - id: 45 request: proto: HTTP/1.1 @@ -3216,15 +3216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 14853712-f863-45f5-e518-1ae3bb4675b2 + - 4d7eb7bf-b580-846f-ba29-232880c771d1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3253,7 +3253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:09 GMT + - Wed, 24 Jul 2024 06:24:51 GMT Expires: - "0" Pragma: @@ -3271,18 +3271,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5529d0ff-8855-46f9-50f2-9090cc287faf + - 8b53b7c8-c0f0-4817-5c58-28bd659fe75a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 311.74025ms + duration: 315.038258ms - id: 46 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3295,9 +3295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1af66c72-4365-5633-be31-b0b5757b847f + - b3aeb9ee-6b6b-0107-2b6d-7ae2e90507f5 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3308,20 +3308,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:12 GMT + - Wed, 24 Jul 2024 06:24:51 GMT Expires: - "0" Pragma: @@ -3337,12 +3337,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 068131f6-ec09-4626-484f-a4b5876b8a95 + - ae3b242f-ba92-4b71-717d-eac1900e8b65 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.506801125s + duration: 225.150188ms - id: 47 request: proto: HTTP/1.1 @@ -3361,9 +3361,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e8e1457b-d9f7-8eaa-b792-e1df28ab796f + - 195cfcc2-81ed-346a-4f62-e5c0e894ea43 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3382,7 +3382,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3391,7 +3391,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:12 GMT + - Wed, 24 Jul 2024 06:24:51 GMT Expires: - "0" Pragma: @@ -3409,12 +3409,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a39e6b97-4d15-4e96-6f00-617194601ab5 + - 016972ff-8e43-45b4-7789-4db6cfb7d545 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 146.887ms + duration: 161.702262ms - id: 48 request: proto: HTTP/1.1 @@ -3433,9 +3433,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3ba4248c-e5d6-e052-c1f5-4fa3468291c2 + - c5721a95-7f58-5e5f-fe9b-b9bb8a639763 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3454,7 +3454,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3463,7 +3463,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:12 GMT + - Wed, 24 Jul 2024 06:24:52 GMT Expires: - "0" Pragma: @@ -3481,12 +3481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cdb46d56-969e-4785-4831-f85a09929b0f + - 619ae5c5-42f5-440a-7c6a-1396f1089b10 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 448.021708ms + duration: 584.062846ms - id: 49 request: proto: HTTP/1.1 @@ -3505,9 +3505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3ac801f2-f26a-bf32-e32b-1962f4961362 + - 2901a2ff-6ef4-522d-a046-9439d71d2201 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3526,7 +3526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3535,7 +3535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:13 GMT + - Wed, 24 Jul 2024 06:24:52 GMT Expires: - "0" Pragma: @@ -3553,12 +3553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 69909803-dc63-4c3d-74d5-ae39d6aee322 + - 6e8b48d1-75ee-4b0f-4de0-392733727f7d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 423.400041ms + duration: 407.007494ms - id: 50 request: proto: HTTP/1.1 @@ -3571,15 +3571,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 53f91c90-52b6-1273-cb83-0108068ca070 + - 22a9d6c6-ac3b-2442-fee4-4ce5f8612e72 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3598,7 +3598,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","ready":true,"last_operation":{"id":"c56fbf9e-c00e-4acc-897d-7ba8645bab82","ready":true,"type":"update","state":"succeeded","resource_id":"a7cee543-722a-4bfa-9028-eca7badf0904","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"edf7be97-213a-79d3-3129-b2e61a1ceda0","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:47:54.044864Z","updated_at":"2024-07-15T15:47:54.155156Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","license_type":"SAPDEV","env_type":"sapcp","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:47:31.185741Z","updated_at":"2024-07-15T15:47:54.140186Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","ready":true,"last_operation":{"id":"153dd557-ec61-424f-8345-fb37027c1857","ready":true,"type":"update","state":"succeeded","resource_id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c1afc896-c957-f82f-dcd4-e12a8951ffa9","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:24:39.290203Z","updated_at":"2024-07-24T06:24:39.408898Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:24:25.399483Z","updated_at":"2024-07-24T06:24:39.391446Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3607,7 +3607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:13 GMT + - Wed, 24 Jul 2024 06:24:52 GMT Expires: - "0" Pragma: @@ -3625,12 +3625,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f534321f-b017-45b5-5576-0bd720d3f8be + - 2ddf36cc-0364-41fa-7582-211c39dece95 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 334.532958ms + duration: 281.865798ms - id: 51 request: proto: HTTP/1.1 @@ -3643,15 +3643,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5431215a-bfed-ad41-686f-8539fcb356bb + - 77099627-0348-f5b3-7739-a189aef94095 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3680,7 +3680,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:14 GMT + - Wed, 24 Jul 2024 06:24:53 GMT Expires: - "0" Pragma: @@ -3698,12 +3698,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9acb2ed8-373e-465f-4bc6-f789ee8ff95a + - f654cb06-accf-425b-48aa-8ab6c6ee8f45 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 360.542416ms + duration: 283.689057ms - id: 52 request: proto: HTTP/1.1 @@ -3716,15 +3716,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1222d5e8-39e5-ce7a-f792-82b6d4a027a9 + - dcca6095-d99b-392f-4181-e335f98b1acf X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3753,7 +3753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:14 GMT + - Wed, 24 Jul 2024 06:24:53 GMT Expires: - "0" Pragma: @@ -3771,18 +3771,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3e36cf8e-465e-4a09-6805-44ef4ec07572 + - 3db76446-de53-459f-67a1-f6b3bc03be5f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 309.295875ms + duration: 436.716242ms - id: 53 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3795,9 +3795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f37ed36a-d3a0-caae-8b41-f63b327f8d0a + - 09dc9198-4c74-15ca-cc56-1200904daf61 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3808,20 +3808,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:17 GMT + - Wed, 24 Jul 2024 06:24:54 GMT Expires: - "0" Pragma: @@ -3837,18 +3837,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 74c7ec2d-4c23-4efe-4443-9e84cbbf61f1 + - 025314ce-5e28-499f-69a6-4141affaf09c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.51353125s + duration: 248.753241ms - id: 54 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3861,9 +3861,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2eb5a64e-858f-74b8-b68f-d80df183f508 + - 57ff15a5-87bf-f12c-cb16-6bb1b7d58353 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3874,20 +3874,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:17 GMT + - Wed, 24 Jul 2024 06:24:54 GMT Expires: - "0" Pragma: @@ -3903,12 +3903,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c5e0c3a3-836e-41b4-7f52-0c945f1624c6 + - d5905c8c-121a-496d-7985-84c5f7677f65 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 217.524459ms + duration: 239.688251ms - id: 55 request: proto: HTTP/1.1 @@ -3921,15 +3921,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"a7cee543-722a-4bfa-9028-eca7badf0904","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4337dc2e-45a5-3f8c-c33a-607d7a9134bd + - 69eeb271-3dd7-7769-4a6d-3909001ea35f X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3957,7 +3957,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:17 GMT + - Wed, 24 Jul 2024 06:24:54 GMT Expires: - "0" Pragma: @@ -3975,12 +3975,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f85f4b4b-b2d3-46eb-49cb-5411b8957dc9 + - fd20e7ca-8cb6-478e-7f8b-898cd0e5871c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 428.792417ms + duration: 409.253965ms - id: 56 request: proto: HTTP/1.1 @@ -3993,15 +3993,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"a7cee543-722a-4bfa-9028-eca7badf0904","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"5fd18a09-943c-48df-b756-b8d49a17ec4e","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 47084b35-8a64-a152-5dbb-30a5fd3d348c + - b10eb42e-c64e-e47b-e6be-3912fff9920d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4030,7 +4030,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:24 GMT + - Wed, 24 Jul 2024 06:25:01 GMT Expires: - "0" Pragma: @@ -4048,9 +4048,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fbae0215-9a1e-42ba-5e4f-5a64579d2297 + - 4e366822-4de0-4219-5b62-ff79215abfb7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 384.224292ms + duration: 283.343769ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.with_labels_change.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.with_labels_change.yaml index c7f19771..f668a03b 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.with_labels_change.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.with_labels_change.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3b82fa38-143f-7bcc-4f63-d354993bb360 + - 899ca11d-152c-b5de-32d9-ae07f8283e80 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:26 GMT + - Wed, 24 Jul 2024 06:25:22 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 98a8de10-f148-46d8-521b-f364ac0e2f4a + - 0bcfc34c-bd9d-4746-4089-db39542861f6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.024808666s + duration: 476.352479ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3e814bd3-40e9-9cfb-a269-e22f156ba124 + - 68cb5055-9592-4707-0e96-09cfe1169403 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:26 GMT + - Wed, 24 Jul 2024 06:25:22 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8bee8176-76ef-4df7-6014-95c0fe6dc97b + - f14ba533-e011-40fa-73b8-13a83167a28f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 188.163125ms + duration: 234.563172ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0d6cfa23-6a99-7ef7-3131-ab241682a924 + - 338d12e5-c453-2c9f-3185-c1eb565883a8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:26 GMT + - Wed, 24 Jul 2024 06:25:22 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9d26d0a5-61a1-4271-5b04-2650cea49b1f + - d293fff7-48b1-4116-69ec-6d1ab4a29b09 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 328.426708ms + duration: 362.98901ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 38fbb6a8-0872-e45e-7864-4740401a9103 + - 2b4f93f7-d6ea-b648-bc75-0e2e302ffff9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:27 GMT + - Wed, 24 Jul 2024 06:25:23 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a8929a43-5800-4d55-4272-34d210c784c6 + - fb4c9298-4cbb-482f-64cf-a57c48eaa804 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 411.258042ms + duration: 398.352188ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 569cfcf8-f298-26ca-0247-0dbffa702e23 + - bdf05a79-95e3-66c7-de5f-99fa54e76202 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:27 GMT + - Wed, 24 Jul 2024 06:25:23 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 76b506ec-c10e-4ce8-6943-98ca96d1ae5e + - b27f9880-1d82-4a55-6dc3-104f9b037152 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 178.96225ms + duration: 222.996454ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9d49e4b4-acb6-b22b-2b5f-b652362d21c8 + - ae92fd44-6556-3567-5901-4628dbc6b227 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","ready":true,"last_operation":{"id":"5a29d177-190f-4b96-b231-c60404b4c14e","ready":true,"type":"create","state":"succeeded","resource_id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"9d49e4b4-acb6-b22b-2b5f-b652362d21c8","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:48:28.049015Z","updated_at":"2024-07-15T15:48:28.15258Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","platform":"sapcp","license_type":"SAPDEV","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:48:28.049011Z","updated_at":"2024-07-15T15:48:28.146771601Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","ready":true,"last_operation":{"id":"6bf86207-2d4a-4e8d-9d81-9e7bda546439","ready":true,"type":"create","state":"succeeded","resource_id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ae92fd44-6556-3567-5901-4628dbc6b227","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:25:23.895193Z","updated_at":"2024-07-24T06:25:23.99922Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:25:23.89519Z","updated_at":"2024-07-24T06:25:23.991966767Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:28 GMT + - Wed, 24 Jul 2024 06:25:24 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5d1a99a0-dbf5-4a86-471e-85cc5bd509ec + - bceea4c2-033e-42b8-5103-15a7d66f0bde X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 494.645833ms + duration: 450.46097ms - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3b61f322-c4bc-b959-823d-9bcb273aeedb + - 61b589d7-db3b-faef-335d-d667a34ccd56 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","ready":true,"last_operation":{"id":"5a29d177-190f-4b96-b231-c60404b4c14e","ready":true,"type":"create","state":"succeeded","resource_id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"9d49e4b4-acb6-b22b-2b5f-b652362d21c8","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:48:28.049015Z","updated_at":"2024-07-15T15:48:28.15258Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","platform":"sapcp","license_type":"SAPDEV","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:48:28.049011Z","updated_at":"2024-07-15T15:48:28.146772Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","ready":true,"last_operation":{"id":"6bf86207-2d4a-4e8d-9d81-9e7bda546439","ready":true,"type":"create","state":"succeeded","resource_id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ae92fd44-6556-3567-5901-4628dbc6b227","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:25:23.895193Z","updated_at":"2024-07-24T06:25:23.99922Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:25:23.89519Z","updated_at":"2024-07-24T06:25:23.991967Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:34 GMT + - Wed, 24 Jul 2024 06:25:30 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 899366c7-76e1-4755-59a6-66515059e24f + - 7acc83e4-2bba-4b92-6e24-d40d58444555 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 383.6755ms + duration: 506.20009ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 827698d7-c580-f5f1-107c-362555f42806 + - e5045964-06bb-9710-6cd3-b3f4fdbb5e44 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:34 GMT + - Wed, 24 Jul 2024 06:25:30 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9f95d693-13fc-47a1-5c5f-7b77e11175c7 + - 0efc89e6-9221-47db-680e-cc2c1d09b6e1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 289.540833ms + duration: 324.503789ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - dafc316f-266d-8965-adca-883c9a3adf73 + - 0ece72cd-3b51-00ab-a481-31383933116c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:35 GMT + - Wed, 24 Jul 2024 06:25:31 GMT Expires: - "0" Pragma: @@ -633,18 +633,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3f69ed21-f182-4a49-5c4c-cc479f181c54 + - 4b234b44-72ae-48a1-52ba-961b5f120487 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 296.699209ms + duration: 269.623095ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -657,9 +657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a09dd5dd-76cb-30b4-4e7d-a96611db49b5 + - ae5eae34-c5dd-5275-5a48-e42ea8daa38d X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -670,20 +670,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:35 GMT + - Wed, 24 Jul 2024 06:25:31 GMT Expires: - "0" Pragma: @@ -699,12 +699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 753a6a63-9db4-42b0-6794-b0aa845ad33f + - b4543d60-36bf-4027-70cd-8a83d050ba6e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 189.34725ms + duration: 236.99461ms - id: 10 request: proto: HTTP/1.1 @@ -723,9 +723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 49a92c61-8a90-05c2-fdbe-b6730e7c935b + - 282262df-51b6-cd52-f003-c5351154cf82 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -744,7 +744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -753,7 +753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:35 GMT + - Wed, 24 Jul 2024 06:25:31 GMT Expires: - "0" Pragma: @@ -771,12 +771,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1d32e75b-03d9-4e81-7f4f-3245291a3bb4 + - 83e5f6f8-b310-4ea6-5938-7d40bbaf9cb9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 245.180959ms + duration: 154.241203ms - id: 11 request: proto: HTTP/1.1 @@ -795,9 +795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 92b6958b-733f-e360-33d6-079955d2c019 + - cc521e90-e1c1-6590-8477-ddc816e2664e X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -816,7 +816,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -825,7 +825,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:36 GMT + - Wed, 24 Jul 2024 06:25:32 GMT Expires: - "0" Pragma: @@ -843,12 +843,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fb41144c-0016-4b0d-781d-a539e9cce1ad + - a43395b5-44db-42d7-7016-a1b123a40443 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 407.349292ms + duration: 375.488342ms - id: 12 request: proto: HTTP/1.1 @@ -867,9 +867,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c86851ba-3eab-1a51-32de-c290ec67bc40 + - ff6481ad-a7f0-b70b-ee24-532060344b66 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -888,7 +888,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -897,7 +897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:36 GMT + - Wed, 24 Jul 2024 06:25:32 GMT Expires: - "0" Pragma: @@ -915,18 +915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2353f837-4c74-4ae2-7ca4-cd8a012a147f + - 383cef50-6a08-47ad-562a-ec3bf7dd32a3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 428.641ms + duration: 439.907882ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -939,9 +939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c76fc1cc-e5d0-6321-698f-70a6b2f5ee45 + - b50c78f0-9edd-f924-f39f-f62cf0d10e5c X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -952,20 +952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:36 GMT + - Wed, 24 Jul 2024 06:25:32 GMT Expires: - "0" Pragma: @@ -981,12 +981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fdf2b3ce-0227-42f3-4ced-d7803b2db45e + - e54c3b7f-49d6-4239-77a8-6ceaa9aebcc7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 182.465166ms + duration: 237.727537ms - id: 14 request: proto: HTTP/1.1 @@ -1005,9 +1005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e75c405e-291a-739a-3928-126090e72ed3 + - 308c251a-c03b-75b6-aa8f-5c1643679974 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1026,7 +1026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1035,7 +1035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:37 GMT + - Wed, 24 Jul 2024 06:25:32 GMT Expires: - "0" Pragma: @@ -1053,12 +1053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 919dc45b-f5b2-4537-4040-d6cdb5bde827 + - 8899d8b1-811d-4806-43fa-96008a79082f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 185.925ms + duration: 157.619326ms - id: 15 request: proto: HTTP/1.1 @@ -1077,9 +1077,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e1dab45b-ca95-d996-8467-173b121f35b4 + - 958cb73d-fb53-0142-c8e3-6241cf66b0f6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1098,7 +1098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1107,7 +1107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:37 GMT + - Wed, 24 Jul 2024 06:25:33 GMT Expires: - "0" Pragma: @@ -1125,12 +1125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7ca40839-8736-4592-7059-b53ad129be88 + - 3cd30d45-75b1-4a8a-7a1d-ae65ca014751 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 381.233584ms + duration: 381.924976ms - id: 16 request: proto: HTTP/1.1 @@ -1149,9 +1149,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9506a46f-9552-f49b-2c7b-6b87b3c7f231 + - 7dfa9946-8391-651f-9398-3e720e9577c6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1170,7 +1170,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1179,7 +1179,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:37 GMT + - Wed, 24 Jul 2024 06:25:33 GMT Expires: - "0" Pragma: @@ -1197,12 +1197,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 792f7662-3bcd-4719-5083-c28c32e500b3 + - 593fa0a8-9b22-45ee-7bcb-a4e545e3ba6c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 432.732292ms + duration: 391.623628ms - id: 17 request: proto: HTTP/1.1 @@ -1215,15 +1215,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b527228b-458f-ed35-f975-b4a2bdb626f0 + - 24e6e7e3-46ed-ab63-c8ef-b62ee6c1edd1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1242,7 +1242,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","ready":true,"last_operation":{"id":"5a29d177-190f-4b96-b231-c60404b4c14e","ready":true,"type":"create","state":"succeeded","resource_id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"9d49e4b4-acb6-b22b-2b5f-b652362d21c8","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:48:28.049015Z","updated_at":"2024-07-15T15:48:28.15258Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","platform":"sapcp","license_type":"SAPDEV","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:48:28.049011Z","updated_at":"2024-07-15T15:48:28.146772Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","ready":true,"last_operation":{"id":"6bf86207-2d4a-4e8d-9d81-9e7bda546439","ready":true,"type":"create","state":"succeeded","resource_id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ae92fd44-6556-3567-5901-4628dbc6b227","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:25:23.895193Z","updated_at":"2024-07-24T06:25:23.99922Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:25:23.89519Z","updated_at":"2024-07-24T06:25:23.991967Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1251,7 +1251,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:38 GMT + - Wed, 24 Jul 2024 06:25:34 GMT Expires: - "0" Pragma: @@ -1269,12 +1269,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 51332fd9-bd54-4885-5644-8bdb3ec41027 + - a2e5a3b9-2e68-4d24-66ae-383459b3dc3a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 273.538ms + duration: 292.246817ms - id: 18 request: proto: HTTP/1.1 @@ -1287,15 +1287,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 953621a1-f3f0-ef7a-c0df-b14348e1a2c1 + - 574f6288-9972-8ee6-8a82-a24f652491e2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:38 GMT + - Wed, 24 Jul 2024 06:25:34 GMT Expires: - "0" Pragma: @@ -1342,12 +1342,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d3291733-d702-489c-480e-eccd120a7f90 + - 97defc19-2521-4b0d-7d69-a9a4ebf218d9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 320.053916ms + duration: 288.060465ms - id: 19 request: proto: HTTP/1.1 @@ -1360,15 +1360,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5323150a-3359-079e-9c0b-2ba1a1a13460 + - 0d34778d-29aa-7e88-db62-22c62d03e2bc X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1397,7 +1397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:38 GMT + - Wed, 24 Jul 2024 06:25:34 GMT Expires: - "0" Pragma: @@ -1415,18 +1415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1262e8a7-240a-4235-7a35-58e48d3d9515 + - 82464c67-d098-4a7a-7a59-9756f275a80a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 323.776167ms + duration: 293.682569ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1439,9 +1439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0eb68e05-1a4e-20ca-dbf3-2bc9ff0d1d46 + - 642a2752-709e-347a-a8e2-58eac17aabeb X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1452,20 +1452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:42 GMT + - Wed, 24 Jul 2024 06:25:34 GMT Expires: - "0" Pragma: @@ -1481,12 +1481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8d06a3bd-f920-48c8-760b-1b7b4dbab5ac + - 3f08d19c-c0ca-45b8-5f39-6d78943af896 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.848310459s + duration: 239.392597ms - id: 21 request: proto: HTTP/1.1 @@ -1505,9 +1505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 156b8e2e-0891-5d3a-9b1b-353ffb89d70e + - 11ae263f-352c-0367-2768-f4ff28952548 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1526,7 +1526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1535,7 +1535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:42 GMT + - Wed, 24 Jul 2024 06:25:35 GMT Expires: - "0" Pragma: @@ -1553,12 +1553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8e47e7cc-50d6-4601-4f5b-9b6aadf439dc + - f8f536d0-1b09-4fdc-42f6-cf6838ef6514 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 153.65275ms + duration: 195.742711ms - id: 22 request: proto: HTTP/1.1 @@ -1577,9 +1577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 274f6a62-831a-83fb-4299-f3258acaae57 + - 39f15813-c62d-e598-3cf5-7f5dcb30eff1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1598,7 +1598,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1607,7 +1607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:43 GMT + - Wed, 24 Jul 2024 06:25:35 GMT Expires: - "0" Pragma: @@ -1625,12 +1625,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b366d46a-3450-450e-6cf8-f8deaffb36c9 + - c396a08d-bd4a-4b1a-7425-1e20e7887ccd X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 407.424541ms + duration: 351.570772ms - id: 23 request: proto: HTTP/1.1 @@ -1649,9 +1649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0edf7d97-0a67-4c47-0883-b57442374d7b + - f64d9d9b-ac05-0c7d-28df-f6830b0653a2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1670,7 +1670,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1679,7 +1679,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:43 GMT + - Wed, 24 Jul 2024 06:25:35 GMT Expires: - "0" Pragma: @@ -1697,12 +1697,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f1706c6e-3c25-4f05-74eb-edeaeb58c567 + - 5076da4d-aff5-4c19-639e-97b26d9eefad X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 443.119708ms + duration: 375.341236ms - id: 24 request: proto: HTTP/1.1 @@ -1715,15 +1715,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c477be8f-ad9d-acba-a15d-e79ee9487862 + - ce64f34b-ed5a-110c-3021-52480542ebc4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1742,7 +1742,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","ready":true,"last_operation":{"id":"5a29d177-190f-4b96-b231-c60404b4c14e","ready":true,"type":"create","state":"succeeded","resource_id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"9d49e4b4-acb6-b22b-2b5f-b652362d21c8","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:48:28.049015Z","updated_at":"2024-07-15T15:48:28.15258Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","platform":"sapcp","license_type":"SAPDEV","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:48:28.049011Z","updated_at":"2024-07-15T15:48:28.146772Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","ready":true,"last_operation":{"id":"6bf86207-2d4a-4e8d-9d81-9e7bda546439","ready":true,"type":"create","state":"succeeded","resource_id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ae92fd44-6556-3567-5901-4628dbc6b227","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:25:23.895193Z","updated_at":"2024-07-24T06:25:23.99922Z"},"name":"tf-test-malware-scanner","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","instance_name":"tf-test-malware-scanner"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:25:23.89519Z","updated_at":"2024-07-24T06:25:23.991967Z","labels":"foo = bar; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1751,7 +1751,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:44 GMT + - Wed, 24 Jul 2024 06:25:36 GMT Expires: - "0" Pragma: @@ -1769,12 +1769,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - afa46496-4421-459d-7034-06f0af71d24a + - d2af07c3-e3c3-419d-5387-ba399930ff41 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 289.225541ms + duration: 280.144778ms - id: 25 request: proto: HTTP/1.1 @@ -1787,15 +1787,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 06980036-00ca-f596-f598-112aa677e149 + - f371b6a0-f6ed-4f2e-2fb6-35ad8e2e2002 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1824,7 +1824,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:44 GMT + - Wed, 24 Jul 2024 06:25:36 GMT Expires: - "0" Pragma: @@ -1842,12 +1842,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3ab0415a-1d57-4f4f-5fa8-bee37681828e + - 6f6442a1-3433-4c49-6632-cb3f05c8f8a7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 334.220666ms + duration: 316.971015ms - id: 26 request: proto: HTTP/1.1 @@ -1860,15 +1860,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9082e0c5-a332-40e6-ecd4-b49bef83a7bd + - a744e625-52c6-04f8-ac9b-769e6b3e3e40 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1897,7 +1897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:44 GMT + - Wed, 24 Jul 2024 06:25:36 GMT Expires: - "0" Pragma: @@ -1915,18 +1915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3477b251-d124-47e5-467a-3aa883104f79 + - 64607b4b-accc-4a75-7978-5b0a712f8dc1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 308.340209ms + duration: 341.925522ms - id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1939,9 +1939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 487622f0-fdd6-8a56-f956-4f05d16d2786 + - 3478e130-6be5-80fb-5e32-92970b3ff1f6 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1952,20 +1952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:48 GMT + - Wed, 24 Jul 2024 06:25:37 GMT Expires: - "0" Pragma: @@ -1981,12 +1981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6b80b2fa-98f6-4c75-4d9d-34e1a087dfe2 + - 4ef49a57-67e1-4adc-7876-ad51afbfb139 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.642741s + duration: 221.87636ms - id: 28 request: proto: HTTP/1.1 @@ -1999,15 +1999,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","labels":"[{\"op\":\"remove\",\"key\":\"foo\",\"values\":[\"bar\"]},{\"op\":\"add\",\"key\":\"foo\",\"values\":[\"BAR\"]},{\"op\":\"add\",\"key\":\"bar\",\"values\":[\"foo\"]}]","newName":"TF-TEST-MALWARE-SCANNER","plan":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","labels":"[{\"op\":\"remove\",\"key\":\"foo\",\"values\":[\"bar\"]},{\"op\":\"add\",\"key\":\"foo\",\"values\":[\"BAR\"]},{\"op\":\"add\",\"key\":\"bar\",\"values\":[\"foo\"]}]","newName":"TF-TEST-MALWARE-SCANNER","plan":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ae66bc10-f0e9-6548-de6e-b6955865a990 + - bb2de7be-69f2-fef4-b659-cb5e54fa0f51 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2026,7 +2026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","command":"btp get services/instance 1f5d4e85-9fdb-4c9b-b521-a90fed11d70c --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","command":"btp get services/instance ae2501bb-8862-4070-a349-f5e3326b5ddf --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2035,7 +2035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:49 GMT + - Wed, 24 Jul 2024 06:25:37 GMT Expires: - "0" Pragma: @@ -2053,12 +2053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6d46fb69-3cbd-4afe-5c1e-881bb6388149 + - c69a162e-4769-4fba-7a28-5e539033ba57 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 523.897833ms + duration: 468.235611ms - id: 29 request: proto: HTTP/1.1 @@ -2071,15 +2071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 193a9122-0560-1c74-950a-aa32d7faa828 + - 0c818de9-3f08-bcef-1098-488a9fbc77f0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2098,7 +2098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","ready":true,"last_operation":{"id":"6d2ffb3d-aa5b-473d-971d-7f3e02a3919f","ready":true,"type":"update","state":"succeeded","resource_id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ae66bc10-f0e9-6548-de6e-b6955865a990","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:48:49.000809Z","updated_at":"2024-07-15T15:48:49.260442Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:48:28.049011Z","updated_at":"2024-07-15T15:48:49.199617Z","labels":"bar = foo; foo = BAR; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","ready":true,"last_operation":{"id":"b99402d3-45cd-47e7-91cd-bd0850e5609f","ready":true,"type":"update","state":"succeeded","resource_id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"bb2de7be-69f2-fef4-b659-cb5e54fa0f51","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:25:37.629817Z","updated_at":"2024-07-24T06:25:37.783423Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","env_type":"sapcp","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:25:23.89519Z","updated_at":"2024-07-24T06:25:37.756817Z","labels":"bar = foo; foo = BAR; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2107,7 +2107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:49 GMT + - Wed, 24 Jul 2024 06:25:37 GMT Expires: - "0" Pragma: @@ -2125,12 +2125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4ae714cc-bf6a-41a2-786f-6064837a7d1e + - 8334c77f-29fa-4f8c-5ffc-c386ed706ba9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 291.061ms + duration: 256.720426ms - id: 30 request: proto: HTTP/1.1 @@ -2143,15 +2143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 66b84626-dd92-0374-bb9e-3588243d69a0 + - c82546fb-e22e-bbaf-6469-75066cbaa48b X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2180,7 +2180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:49 GMT + - Wed, 24 Jul 2024 06:25:38 GMT Expires: - "0" Pragma: @@ -2198,12 +2198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3e14d21c-e8a4-47ac-6266-95863e3704ba + - 0b62e95c-f15d-4a00-4f0b-dedd8ea4b55a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 303.770417ms + duration: 377.553883ms - id: 31 request: proto: HTTP/1.1 @@ -2216,15 +2216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5502be26-9278-29b3-4c16-c0ebf9872703 + - a5e6229c-d1e8-588f-f990-720bc44edf01 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2253,7 +2253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:49 GMT + - Wed, 24 Jul 2024 06:25:38 GMT Expires: - "0" Pragma: @@ -2271,12 +2271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8ae71658-3150-4510-5c29-003b6b504e89 + - 0234198c-d4ea-493a-5ec5-afff75f12e43 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 272.665417ms + duration: 269.669468ms - id: 32 request: proto: HTTP/1.1 @@ -2289,15 +2289,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 05efa0cb-8ae7-35f1-d0e7-5f09756bc346 + - 38b4d9ee-516e-fd6b-a0c4-fd478d519520 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2316,7 +2316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","ready":true,"last_operation":{"id":"6d2ffb3d-aa5b-473d-971d-7f3e02a3919f","ready":true,"type":"update","state":"succeeded","resource_id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ae66bc10-f0e9-6548-de6e-b6955865a990","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:48:49.000809Z","updated_at":"2024-07-15T15:48:49.260442Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:48:28.049011Z","updated_at":"2024-07-15T15:48:49.199617Z","labels":"bar = foo; foo = BAR; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","ready":true,"last_operation":{"id":"b99402d3-45cd-47e7-91cd-bd0850e5609f","ready":true,"type":"update","state":"succeeded","resource_id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"bb2de7be-69f2-fef4-b659-cb5e54fa0f51","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:25:37.629817Z","updated_at":"2024-07-24T06:25:37.783423Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","env_type":"sapcp","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:25:23.89519Z","updated_at":"2024-07-24T06:25:37.756817Z","labels":"bar = foo; foo = BAR; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2325,7 +2325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:56 GMT + - Wed, 24 Jul 2024 06:25:44 GMT Expires: - "0" Pragma: @@ -2343,12 +2343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cc8c76e7-92e6-4807-6c5b-155eac335e9e + - 8dd1b0ea-72de-4fb6-79cd-3a047d85ba20 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 294.190541ms + duration: 269.672468ms - id: 33 request: proto: HTTP/1.1 @@ -2361,15 +2361,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2b4e77cb-8031-607a-a753-d4d483c30356 + - c6cfe218-58f4-fa2e-937d-81a6ffbd41c8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2398,7 +2398,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:56 GMT + - Wed, 24 Jul 2024 06:25:45 GMT Expires: - "0" Pragma: @@ -2416,12 +2416,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0c8c798e-0316-46fd-5d74-3e02bd05ef77 + - 55ba269e-698b-4cd9-6057-fb479a2949d8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 349.719541ms + duration: 290.369226ms - id: 34 request: proto: HTTP/1.1 @@ -2434,15 +2434,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3ad9d85d-5f67-21c2-782b-8f8eb617a5e2 + - 4ec914b4-c364-737f-01c1-6f3bee2b4f2d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2471,7 +2471,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:56 GMT + - Wed, 24 Jul 2024 06:25:45 GMT Expires: - "0" Pragma: @@ -2489,18 +2489,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 820e57ca-e19e-4014-783d-bc4981d634ab + - f5da13b9-208a-4a7e-4a87-6872846faebd X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 302.723541ms + duration: 305.102965ms - id: 35 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2513,9 +2513,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 797996f0-e077-c4f9-65c8-10e274dd13b6 + - b2cc5d82-f035-a869-43aa-b525be873e0e X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2526,20 +2526,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:58 GMT + - Wed, 24 Jul 2024 06:25:45 GMT Expires: - "0" Pragma: @@ -2555,12 +2555,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fad12fc2-2dfa-42a1-5441-43b0d60c013c + - 1126d353-e757-4f10-47c7-c41d3b6deeb9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.055076583s + duration: 250.006649ms - id: 36 request: proto: HTTP/1.1 @@ -2579,9 +2579,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1b09208e-a17a-75ad-8b67-67f5b23c6f67 + - a08f6664-4a80-2a3d-df4d-c101a01f615f X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2600,7 +2600,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2609,7 +2609,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:58 GMT + - Wed, 24 Jul 2024 06:25:45 GMT Expires: - "0" Pragma: @@ -2627,12 +2627,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f9975183-0797-428b-6457-1333ea6d16a6 + - 14c66af3-6a60-44fe-6882-2648c7dd213e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 299.701375ms + duration: 171.033058ms - id: 37 request: proto: HTTP/1.1 @@ -2651,9 +2651,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1fc645ee-2b30-d4a3-a795-2051d264169e + - 3d46866a-b622-6556-38d8-39fe37298081 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2672,7 +2672,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2681,7 +2681,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:58 GMT + - Wed, 24 Jul 2024 06:25:46 GMT Expires: - "0" Pragma: @@ -2699,12 +2699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9af1cb9e-cb57-4fc8-60e3-bd8dfd56adf0 + - 38d0f502-5d33-49db-5f44-782eef3e11e1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 499.477ms + duration: 340.471699ms - id: 38 request: proto: HTTP/1.1 @@ -2723,9 +2723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7f10917d-3053-56c9-1c8f-195ac334508e + - 25068616-d411-b24e-df44-f771c6d5551c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2744,7 +2744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2753,7 +2753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:48:59 GMT + - Wed, 24 Jul 2024 06:25:46 GMT Expires: - "0" Pragma: @@ -2771,18 +2771,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - dd67d570-dbf9-4e45-54f2-5bc3c8708a0a + - aeca7fd3-faff-4943-7b3d-87ba7687f7f9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 498.913375ms + duration: 448.493841ms - id: 39 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2795,9 +2795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 906badeb-da0e-2f30-d10c-9dfb95ac29a6 + - f849fbb0-6fe1-36db-9c80-0005cee95f79 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2808,20 +2808,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:02 GMT + - Wed, 24 Jul 2024 06:25:47 GMT Expires: - "0" Pragma: @@ -2837,12 +2837,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b3e5abd8-ac62-4bc7-5760-f2bdde1b25c7 + - 4576ecab-68fe-4689-5c51-fd7f7d007dc9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.176972708s + duration: 248.600847ms - id: 40 request: proto: HTTP/1.1 @@ -2861,9 +2861,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1796c13e-1f48-6094-d527-44399f32edf9 + - 63f1c523-509e-3556-7155-398f1c236796 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2882,7 +2882,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2891,7 +2891,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:02 GMT + - Wed, 24 Jul 2024 06:25:47 GMT Expires: - "0" Pragma: @@ -2909,12 +2909,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f67a9e47-200e-4346-6d2e-030a64184292 + - c12b55c7-ab6d-4906-6176-5644d401b757 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 249.441125ms + duration: 174.255471ms - id: 41 request: proto: HTTP/1.1 @@ -2933,9 +2933,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 88a1ed0d-f1f8-e251-ae9f-8ba29ceabcf5 + - 5000b882-bd47-b3e8-d0b7-63d734de704a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2954,7 +2954,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2963,7 +2963,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:03 GMT + - Wed, 24 Jul 2024 06:25:47 GMT Expires: - "0" Pragma: @@ -2981,12 +2981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 77e786b5-5243-4258-6c0a-1ae0aa0abb90 + - d94ff472-7360-460c-5277-74bd711232d2 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 387.8245ms + duration: 366.958806ms - id: 42 request: proto: HTTP/1.1 @@ -3005,9 +3005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0acfd406-43c8-88e8-8c52-64cc1819f57d + - 3be0a2cb-f442-a5a3-0066-3c08de1c80a9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3026,7 +3026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-15T13:45:02.915344Z"}' + body: '{"id":"f474342c-31c4-461a-93d9-55d557674d79","ready":true,"name":"malware-scanner","description":"Scan single files for threats, via HTTP","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Malware Scanning","longDescription":"Scan Business documents for viruses.","documentationUrl":"https://github.wdf.sap.corp/MalwareScanning/sap-cp-malware-scanner","serviceInventoryId":"SERVICE-290","sap":{"tenant_aware":false,"instance_isolation":true}},"broker_id":"99fd8fca-b758-48f6-a39d-2a7f1f7a554b","catalog_id":"82ed8b19-b3ae-4398-82e7-f3c50db6f503","catalog_name":"malware-scanner","created_at":"2020-08-12T13:20:09.218291Z","updated_at":"2024-07-24T00:55:40.526584Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3035,7 +3035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:03 GMT + - Wed, 24 Jul 2024 06:25:48 GMT Expires: - "0" Pragma: @@ -3053,12 +3053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9cc706e7-9bd7-485a-528b-cf83e95c7a7d + - f7e8dbbd-47db-40a7-56f0-ec6855da7275 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 491.238458ms + duration: 405.273885ms - id: 43 request: proto: HTTP/1.1 @@ -3071,15 +3071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d6503d09-adc7-d03a-1cc2-f5da43137ba5 + - d8722b47-3886-25a5-4e74-7ff666e70e62 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3098,7 +3098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","ready":true,"last_operation":{"id":"6d2ffb3d-aa5b-473d-971d-7f3e02a3919f","ready":true,"type":"update","state":"succeeded","resource_id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"ae66bc10-f0e9-6548-de6e-b6955865a990","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:48:49.000809Z","updated_at":"2024-07-15T15:48:49.260442Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:48:28.049011Z","updated_at":"2024-07-15T15:48:49.199617Z","labels":"bar = foo; foo = BAR; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","ready":true,"last_operation":{"id":"b99402d3-45cd-47e7-91cd-bd0850e5609f","ready":true,"type":"update","state":"succeeded","resource_id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"bb2de7be-69f2-fef4-b659-cb5e54fa0f51","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:25:37.629817Z","updated_at":"2024-07-24T06:25:37.783423Z"},"name":"TF-TEST-MALWARE-SCANNER","service_plan_id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","env_type":"sapcp","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"TF-TEST-MALWARE-SCANNER"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:25:23.89519Z","updated_at":"2024-07-24T06:25:37.756817Z","labels":"bar = foo; foo = BAR; subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3107,7 +3107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:04 GMT + - Wed, 24 Jul 2024 06:25:48 GMT Expires: - "0" Pragma: @@ -3125,12 +3125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0eab7f7f-4d6b-4597-6561-747c66179fa6 + - acfda66d-09ef-4284-5d85-b043985b92df X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 464.544792ms + duration: 312.767856ms - id: 44 request: proto: HTTP/1.1 @@ -3143,15 +3143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d2aa431c-84fa-037a-7ba0-1c2fd64e4089 + - b2fee0f6-3199-755a-11bf-995a7278ded8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3180,7 +3180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:04 GMT + - Wed, 24 Jul 2024 06:25:48 GMT Expires: - "0" Pragma: @@ -3198,12 +3198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4411ed51-cc94-4dd2-6873-2719a55b6731 + - fe8360f7-8769-418d-4fa5-0a429ede705e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 410.404208ms + duration: 346.082155ms - id: 45 request: proto: HTTP/1.1 @@ -3216,15 +3216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - cefa8840-4f77-c8c0-65ce-172ced2ef4a9 + - 91163271-0464-7291-0e42-d75bcddd2f43 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3253,7 +3253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:05 GMT + - Wed, 24 Jul 2024 06:25:49 GMT Expires: - "0" Pragma: @@ -3271,18 +3271,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 130e3b10-d244-46a5-6566-0fae435859f9 + - a71faa8a-1416-4d44-4dbf-0c5dd6959885 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 280.264583ms + duration: 383.408398ms - id: 46 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3295,9 +3295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 175c8168-c9ca-61b8-8bbd-503e38bd3af1 + - 57aa5782-0ef3-b00f-1fa9-6712b37cff1b X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3308,20 +3308,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:07 GMT + - Wed, 24 Jul 2024 06:25:49 GMT Expires: - "0" Pragma: @@ -3337,18 +3337,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - beb819af-100b-4330-48fa-9465cbe485f9 + - 81740259-f419-46be-538c-8ef1471a301b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.181760542s + duration: 232.677973ms - id: 47 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3361,9 +3361,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d2d34de0-0602-30fb-e311-dd84fba4a018 + - ba3e2a12-7783-a7d5-5763-6cda4436b9c0 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3374,20 +3374,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:07 GMT + - Wed, 24 Jul 2024 06:25:49 GMT Expires: - "0" Pragma: @@ -3403,12 +3403,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fc31f34f-ca4c-4cdf-64b7-bd51a4218f9e + - 303dbfc5-d0e3-4615-579e-202bf1ed2a1f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 177.039459ms + duration: 240.745764ms - id: 48 request: proto: HTTP/1.1 @@ -3421,15 +3421,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 17247f59-7dd5-c912-0f0c-a3d1bb552f33 + - 07137198-9636-a43b-b7e7-5bdc53361fbd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3457,7 +3457,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:08 GMT + - Wed, 24 Jul 2024 06:25:50 GMT Expires: - "0" Pragma: @@ -3475,12 +3475,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - bcca2459-ae19-4fd4-6779-72a0752190af + - f1399d68-b0c3-4d66-50b0-7829559de176 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 562.647667ms + duration: 414.942933ms - id: 49 request: proto: HTTP/1.1 @@ -3493,15 +3493,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"1f5d4e85-9fdb-4c9b-b521-a90fed11d70c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"ae2501bb-8862-4070-a349-f5e3326b5ddf","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 067f2bc0-1b46-19c4-b24d-d8d1a38ec35a + - 715ac326-5390-6d63-28e3-ac5b5af83e48 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3530,7 +3530,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:14 GMT + - Wed, 24 Jul 2024 06:25:56 GMT Expires: - "0" Pragma: @@ -3548,9 +3548,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d88d3744-88bf-40f7-5ec4-d56b7e54a6c0 + - 991e6d08-cc0c-42c4-7222-e13da815bdbf X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.607958ms + duration: 263.470958ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.with_parameters.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.with_parameters.yaml index 7e2d18d1..cd594b31 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.with_parameters.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.with_parameters.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7e21e2e6-66bf-d08c-5522-7949b807e0b8 + - 6e50fc6d-4fb3-6c1f-db2b-5d4b552fcb36 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:52 GMT + - Wed, 24 Jul 2024 06:20:40 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 321c38e2-a4d6-4488-4cf1-7a09878c074d + - 5b5695f3-a2fd-4fa4-4942-efc0eb8d4511 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.934484834s + duration: 505.963435ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ac1ec21a-08fe-ef83-16d9-6983206fbdef + - c8b7ed05-9526-43c3-c39c-2621886158c4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:52 GMT + - Wed, 24 Jul 2024 06:20:40 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cb124c79-37ad-4a05-79c9-e53e3977be98 + - 928df4be-3c8f-467f-691d-baf2b50f6337 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 216.386041ms + duration: 190.75649ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 70636771-a73d-7edd-f258-922f1632c226 + - 2a0ffb59-3557-30c1-2e8b-4d0c8f4ecdb7 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:53 GMT + - Wed, 24 Jul 2024 06:20:41 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b343d3d9-8306-4e64-4df2-3b875203db97 + - 363cf36b-f4ec-4a61-77ee-e89badb70213 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 487.276833ms + duration: 349.135242ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d10a01bb-b00d-67d9-4c98-1b9ad3507a35 + - b6b2cdc8-13d6-db6c-4285-783b4d5be064 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","ready":true,"name":"xsuaa","description":"Manage application authorizations and trust to identity providers.","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["xsuaa"],"metadata":{"longDescription":"Configure trust to identity providers for authentication. Manage your authorization model consisting of roles, groups and role collections, and assigning them to users. Use RESTful APIs to automate and integrate with other systems.","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6373bb7a96114d619bfdfdc6f505d1b9.html","serviceInventoryId":"SERVICE-92","displayName":"Authorization and Trust Management Service","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXV0aG9yaXphdGlvbi1tYW5hZ2VtZW50IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA1NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1YTdhOTQ7fS5jbHMtMntmaWxsOiMwMDkyZDE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hdXRob3JpemF0aW9uLW1hbmFnZW1lbnQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1LjIyMSwxMy4xNDFsLjAzOS0zLjUxNmE0Ljk3OCw0Ljk3OCwwLDAsMSwuNDg4LTIuMTg3QTUuNzE0LDUuNzE0LDAsMCwxLDM3LjA3Niw1LjY2YTYuMzY1LDYuMzY1LDAsMCwxLDEuOTkyLTEuMjExQTYuNjY5LDYuNjY5LDAsMCwxLDQxLjUxLDRhNi41MTksNi41MTksMCwwLDEsMi40MjIuNDQ5QTYuNzE4LDYuNzE4LDAsMCwxLDQ1LjkyNCw1LjY2YTUuNjA5LDUuNjA5LDAsMCwxLDEuMzQ4LDEuNzc3LDUsNSwwLDAsMSwuNDg4LDIuMTg4djMuNTE2TTM2Ljk3MSwxMi43NUg0Ni4wMVY5LjYwNWEzLjY0MiwzLjY0MiwwLDAsMC0xLjUtMi45OTQsNC4xNzYsNC4xNzYsMCwwLDAtMy0xLjExMSw0LjE1LDQuMTUsMCwwLDAtMywuOTEyLDQuMDE3LDQuMDE3LDAsMCwwLTEuNSwzLjE5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00OC42NTgsMTQuMDJhMi40LDIuNCwwLDAsMC0uOTA4LS44NzlBNC40LDQuNCwwLDAsMCw0NiwxMi43NUgzNi45NjFhNC4zMjQsNC4zMjQsMCwwLDAtMS43NS4zOTEsMi40OTIsMi40OTIsMCwwLDAtLjg3OS44NzlBMi40NTYsMi40NTYsMCwwLDAsMzQsMTUuMjg5VjIxLjVBMi40NjgsMi40NjgsMCwwLDAsMzYuNSwyNGgxMGEyLjQ0MSwyLjQ0MSwwLDAsMCwxLjc1OC0uNzIzQTIuMzg2LDIuMzg2LDAsMCwwLDQ5LDIxLjVWMTUuMjg5QTIuMzUxLDIuMzUxLDAsMCwwLDQ4LjY1OCwxNC4wMlpNNDIuNSwxNy44MzR2Mi45MzFhLjgzMS44MzEsMCwwLDEtMS42NjMsMFYxNy44MzRhMS41MzMsMS41MzMsMCwwLDEtLjY1Ni0xLjI2OSwxLjQ4OCwxLjQ4OCwwLDAsMSwyLjk3NSwwQTEuNTMzLDEuNTMzLDAsMCwxLDQyLjUsMTcuODM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxLjM2MywzNi42MzdBOS4wNjYsOS4wNjYsMCwwLDAsMjguNDgsMzQuNyw4LjgxMyw4LjgxMywwLDAsMCwyNSwzNEgxNmE4LjczMiw4LjczMiwwLDAsMC0zLjUxNi43LDkuMTQ4LDkuMTQ4LDAsMCwwLTIuODQ4LDEuOTM0QTkuMDMsOS4wMywwLDAsMCw3LjcsMzkuNTIsOC43OTQsOC43OTQsMCwwLDAsNyw0M3Y5SDM0VjQzYTguODEzLDguODEzLDAsMCwwLS43LTMuNDhBOS4wNjYsOS4wNjYsMCwwLDAsMzEuMzYzLDM2LjYzN1pNMzEsNDlIMTBWNDNhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDE2LDM3aDlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwzMSw0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNi44NjMsMzEuMzYzQTkuMTQ4LDkuMTQ4LDAsMCwwLDI4LjgsMjguNTE2YTkuMDUzLDkuMDUzLDAsMCwwLDAtN0E4Ljk3Niw4Ljk3NiwwLDAsMCwyMy45OCwxNi43YTkuMDUzLDkuMDUzLDAsMCwwLTcsMCw5LjE0OCw5LjE0OCwwLDAsMC0yLjg0OCwxLjkzNEE5LjAzLDkuMDMsMCwwLDAsMTIuMiwyMS41MmE5LjA1Myw5LjA1MywwLDAsMCwwLDdBOS4xNjUsOS4xNjUsMCwwLDAsMTYuOTg0LDMzLjNhOS4wNTMsOS4wNTMsMCwwLDAsNywwQTkuMDMsOS4wMywwLDAsMCwyNi44NjMsMzEuMzYzWk0yMC41LDMxYTUuNyw1LjcsMCwwLDEtMi4zMjItLjQ1NSw2LjE2Myw2LjE2MywwLDAsMS0zLjIyNC0zLjIyN0E1LjcsNS43LDAsMCwxLDE0LjUsMjVhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDIwLjUsMTlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwyNi41LDI1YTUuNzEzLDUuNzEzLDAsMCwxLS40NTQsMi4zMTksNi4xMTYsNi4xMTYsMCwwLDEtMS4zLDEuOTIzLDYsNiwwLDAsMS0xLjkzNywxLjI5NUE1Ljc3MSw1Ljc3MSwwLDAsMSwyMC41LDMxWiIvPjwvc3ZnPg=="},"broker_id":"c1ecf1d2-0b7e-412c-901c-c4f678fd6348","catalog_id":"xsuaa","catalog_name":"xsuaa","created_at":"2020-08-13T15:09:38.643826Z","updated_at":"2024-07-15T13:45:13.237803Z"}' + body: '{"id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","ready":true,"name":"xsuaa","description":"Manage application authorizations and trust to identity providers.","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["xsuaa"],"metadata":{"longDescription":"Configure trust to identity providers for authentication. Manage your authorization model consisting of roles, groups and role collections, and assigning them to users. Use RESTful APIs to automate and integrate with other systems.","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6373bb7a96114d619bfdfdc6f505d1b9.html","serviceInventoryId":"SERVICE-92","displayName":"Authorization and Trust Management Service","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXV0aG9yaXphdGlvbi1tYW5hZ2VtZW50IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA1NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1YTdhOTQ7fS5jbHMtMntmaWxsOiMwMDkyZDE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hdXRob3JpemF0aW9uLW1hbmFnZW1lbnQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1LjIyMSwxMy4xNDFsLjAzOS0zLjUxNmE0Ljk3OCw0Ljk3OCwwLDAsMSwuNDg4LTIuMTg3QTUuNzE0LDUuNzE0LDAsMCwxLDM3LjA3Niw1LjY2YTYuMzY1LDYuMzY1LDAsMCwxLDEuOTkyLTEuMjExQTYuNjY5LDYuNjY5LDAsMCwxLDQxLjUxLDRhNi41MTksNi41MTksMCwwLDEsMi40MjIuNDQ5QTYuNzE4LDYuNzE4LDAsMCwxLDQ1LjkyNCw1LjY2YTUuNjA5LDUuNjA5LDAsMCwxLDEuMzQ4LDEuNzc3LDUsNSwwLDAsMSwuNDg4LDIuMTg4djMuNTE2TTM2Ljk3MSwxMi43NUg0Ni4wMVY5LjYwNWEzLjY0MiwzLjY0MiwwLDAsMC0xLjUtMi45OTQsNC4xNzYsNC4xNzYsMCwwLDAtMy0xLjExMSw0LjE1LDQuMTUsMCwwLDAtMywuOTEyLDQuMDE3LDQuMDE3LDAsMCwwLTEuNSwzLjE5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00OC42NTgsMTQuMDJhMi40LDIuNCwwLDAsMC0uOTA4LS44NzlBNC40LDQuNCwwLDAsMCw0NiwxMi43NUgzNi45NjFhNC4zMjQsNC4zMjQsMCwwLDAtMS43NS4zOTEsMi40OTIsMi40OTIsMCwwLDAtLjg3OS44NzlBMi40NTYsMi40NTYsMCwwLDAsMzQsMTUuMjg5VjIxLjVBMi40NjgsMi40NjgsMCwwLDAsMzYuNSwyNGgxMGEyLjQ0MSwyLjQ0MSwwLDAsMCwxLjc1OC0uNzIzQTIuMzg2LDIuMzg2LDAsMCwwLDQ5LDIxLjVWMTUuMjg5QTIuMzUxLDIuMzUxLDAsMCwwLDQ4LjY1OCwxNC4wMlpNNDIuNSwxNy44MzR2Mi45MzFhLjgzMS44MzEsMCwwLDEtMS42NjMsMFYxNy44MzRhMS41MzMsMS41MzMsMCwwLDEtLjY1Ni0xLjI2OSwxLjQ4OCwxLjQ4OCwwLDAsMSwyLjk3NSwwQTEuNTMzLDEuNTMzLDAsMCwxLDQyLjUsMTcuODM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxLjM2MywzNi42MzdBOS4wNjYsOS4wNjYsMCwwLDAsMjguNDgsMzQuNyw4LjgxMyw4LjgxMywwLDAsMCwyNSwzNEgxNmE4LjczMiw4LjczMiwwLDAsMC0zLjUxNi43LDkuMTQ4LDkuMTQ4LDAsMCwwLTIuODQ4LDEuOTM0QTkuMDMsOS4wMywwLDAsMCw3LjcsMzkuNTIsOC43OTQsOC43OTQsMCwwLDAsNyw0M3Y5SDM0VjQzYTguODEzLDguODEzLDAsMCwwLS43LTMuNDhBOS4wNjYsOS4wNjYsMCwwLDAsMzEuMzYzLDM2LjYzN1pNMzEsNDlIMTBWNDNhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDE2LDM3aDlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwzMSw0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNi44NjMsMzEuMzYzQTkuMTQ4LDkuMTQ4LDAsMCwwLDI4LjgsMjguNTE2YTkuMDUzLDkuMDUzLDAsMCwwLDAtN0E4Ljk3Niw4Ljk3NiwwLDAsMCwyMy45OCwxNi43YTkuMDUzLDkuMDUzLDAsMCwwLTcsMCw5LjE0OCw5LjE0OCwwLDAsMC0yLjg0OCwxLjkzNEE5LjAzLDkuMDMsMCwwLDAsMTIuMiwyMS41MmE5LjA1Myw5LjA1MywwLDAsMCwwLDdBOS4xNjUsOS4xNjUsMCwwLDAsMTYuOTg0LDMzLjNhOS4wNTMsOS4wNTMsMCwwLDAsNywwQTkuMDMsOS4wMywwLDAsMCwyNi44NjMsMzEuMzYzWk0yMC41LDMxYTUuNyw1LjcsMCwwLDEtMi4zMjItLjQ1NSw2LjE2Myw2LjE2MywwLDAsMS0zLjIyNC0zLjIyN0E1LjcsNS43LDAsMCwxLDE0LjUsMjVhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDIwLjUsMTlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwyNi41LDI1YTUuNzEzLDUuNzEzLDAsMCwxLS40NTQsMi4zMTksNi4xMTYsNi4xMTYsMCwwLDEtMS4zLDEuOTIzLDYsNiwwLDAsMS0xLjkzNywxLjI5NUE1Ljc3MSw1Ljc3MSwwLDAsMSwyMC41LDMxWiIvPjwvc3ZnPg=="},"broker_id":"c1ecf1d2-0b7e-412c-901c-c4f678fd6348","catalog_id":"xsuaa","catalog_name":"xsuaa","created_at":"2020-08-13T15:09:38.643826Z","updated_at":"2024-07-24T01:06:42.301106Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:53 GMT + - Wed, 24 Jul 2024 06:20:41 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c7101ff2-5cd8-47f9-5dde-11fd67aa9a02 + - 147edd00-8db5-4682-4b0d-13e1855409a9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 408.584542ms + duration: 365.717926ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 31ba1723-3bff-d8f0-8864-bea41d99d6cb + - a696f770-936d-a6fd-c34a-9c72f07caa70 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:56 GMT + - Wed, 24 Jul 2024 06:20:42 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 32e45e4f-2636-4bf1-7b35-e2cf9d562a63 + - 60f68059-7141-44b5-7f71-3c79832964fe X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.3886395s + duration: 242.144928ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5ad0cfc3-7df1-d3df-ed54-e7f12bd0194a + - d97610e2-d53b-58bf-39c1-f82eccde3fbc X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","ready":true,"last_operation":{"id":"4e301fde-468f-42e8-97b3-d265515d129f","ready":true,"type":"create","state":"succeeded","resource_id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"5ad0cfc3-7df1-d3df-ed54-e7f12bd0194a","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:45:57.321211Z","updated_at":"2024-07-15T15:45:57.671133Z"},"name":"tf-test-xsuaa","service_plan_id":"de0d54b6-65bc-4817-a075-b038f7c150e4","platform_id":"service-manager","context":{"global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","origin":"sapcp","license_type":"SAPDEV","instance_name":"tf-test-xsuaa"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:45:57.321208Z","updated_at":"2024-07-15T15:45:57.665045906Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","ready":true,"last_operation":{"id":"1f19c138-2dba-4cb5-a27c-7d1f47ec2314","ready":true,"type":"create","state":"succeeded","resource_id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"d97610e2-d53b-58bf-39c1-f82eccde3fbc","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:20:42.38504Z","updated_at":"2024-07-24T06:20:42.754668Z"},"name":"tf-test-xsuaa","service_plan_id":"de0d54b6-65bc-4817-a075-b038f7c150e4","platform_id":"service-manager","context":{"crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","instance_name":"tf-test-xsuaa"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:20:42.385038Z","updated_at":"2024-07-24T06:20:42.749363677Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:57 GMT + - Wed, 24 Jul 2024 06:20:42 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f6e9860e-b879-4596-7b28-90b0cb76f5b7 + - 4527ac3a-ed90-4da6-520e-3d28bf8d0fce X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 766.715417ms + duration: 742.809975ms - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3bfaae8e-f34f-2690-a2bf-621aa58cfd19 + - 2bcd9df4-f8ca-f884-14e7-2c22681f28ba X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","ready":true,"last_operation":{"id":"4e301fde-468f-42e8-97b3-d265515d129f","ready":true,"type":"create","state":"succeeded","resource_id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"5ad0cfc3-7df1-d3df-ed54-e7f12bd0194a","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:45:57.321211Z","updated_at":"2024-07-15T15:45:57.671133Z"},"name":"tf-test-xsuaa","service_plan_id":"de0d54b6-65bc-4817-a075-b038f7c150e4","platform_id":"service-manager","context":{"global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","origin":"sapcp","license_type":"SAPDEV","instance_name":"tf-test-xsuaa"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:45:57.321208Z","updated_at":"2024-07-15T15:45:57.665046Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","ready":true,"last_operation":{"id":"1f19c138-2dba-4cb5-a27c-7d1f47ec2314","ready":true,"type":"create","state":"succeeded","resource_id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"d97610e2-d53b-58bf-39c1-f82eccde3fbc","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:20:42.38504Z","updated_at":"2024-07-24T06:20:42.754668Z"},"name":"tf-test-xsuaa","service_plan_id":"de0d54b6-65bc-4817-a075-b038f7c150e4","platform_id":"service-manager","context":{"crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","instance_name":"tf-test-xsuaa"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:20:42.385038Z","updated_at":"2024-07-24T06:20:42.749364Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:04 GMT + - Wed, 24 Jul 2024 06:20:49 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6a5fcc6f-8bbc-4f60-50de-71f090dcfa29 + - 0178f9ed-0dd0-4521-6e12-e8531711186a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.769292ms + duration: 278.659244ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8b5e3321-edc5-a3ee-1f48-79185d41bcb8 + - 37fd78e1-22e1-2dcd-06c5-4e205a1201a0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:04 GMT + - Wed, 24 Jul 2024 06:20:49 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7a6c6d39-0fa3-42f3-566e-3fca47777838 + - 1b79505c-a4a4-412b-6604-ce2bebc74d76 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 508.359708ms + duration: 287.331957ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 79ef73c9-2af5-8113-5090-4b2c35c6d74a + - 43d03653-a40b-3b49-e4df-0801fd287da4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:04 GMT + - Wed, 24 Jul 2024 06:20:50 GMT Expires: - "0" Pragma: @@ -633,18 +633,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 945fb47a-9855-4d04-7aa2-f867803b5657 + - a7037545-459b-4a38-78f1-b843d392b2a4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 308.41875ms + duration: 1.359639541s - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -657,9 +657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6edab3fa-cfc2-f9e1-8fe2-1651f95fcf9e + - 78274faa-a301-3fc4-6103-f4d10a7d5b6c X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -670,20 +670,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:08 GMT + - Wed, 24 Jul 2024 06:20:51 GMT Expires: - "0" Pragma: @@ -699,12 +699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d7d1080d-b2e6-4132-5641-aea0fad19aad + - 2baf147a-9811-4ef0-7819-14eb135a3a02 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.3114365s + duration: 366.072032ms - id: 10 request: proto: HTTP/1.1 @@ -723,9 +723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - dcaeb780-bae9-2eb6-b264-fa73a8bd94aa + - ccf41591-9d32-341c-33c5-0191d88e3835 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -744,7 +744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -753,7 +753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:08 GMT + - Wed, 24 Jul 2024 06:20:51 GMT Expires: - "0" Pragma: @@ -771,12 +771,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 33b9986c-b61c-47c4-69d7-c4d76a6eeba9 + - 016dda1f-5f45-4d63-7cbc-c9315fc2150a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 247.405ms + duration: 163.02253ms - id: 11 request: proto: HTTP/1.1 @@ -795,9 +795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - eef42f56-1f90-8478-8f4b-505cdd8ec1f9 + - cca7d5bf-2f81-7293-e642-814d56740e0d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -816,7 +816,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -825,7 +825,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:09 GMT + - Wed, 24 Jul 2024 06:20:51 GMT Expires: - "0" Pragma: @@ -843,12 +843,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - afb420ce-1217-462f-4018-c849cfea529f + - fe00c7c7-018f-40c3-591f-645febbed6c7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 473.449709ms + duration: 319.660255ms - id: 12 request: proto: HTTP/1.1 @@ -867,9 +867,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 81ee1707-7c70-c9cd-31fd-f2495992745f + - 1ef2b5c8-09aa-b22a-21ec-c21428773cee X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -888,7 +888,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","ready":true,"name":"xsuaa","description":"Manage application authorizations and trust to identity providers.","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["xsuaa"],"metadata":{"longDescription":"Configure trust to identity providers for authentication. Manage your authorization model consisting of roles, groups and role collections, and assigning them to users. Use RESTful APIs to automate and integrate with other systems.","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6373bb7a96114d619bfdfdc6f505d1b9.html","serviceInventoryId":"SERVICE-92","displayName":"Authorization and Trust Management Service","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXV0aG9yaXphdGlvbi1tYW5hZ2VtZW50IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA1NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1YTdhOTQ7fS5jbHMtMntmaWxsOiMwMDkyZDE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hdXRob3JpemF0aW9uLW1hbmFnZW1lbnQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1LjIyMSwxMy4xNDFsLjAzOS0zLjUxNmE0Ljk3OCw0Ljk3OCwwLDAsMSwuNDg4LTIuMTg3QTUuNzE0LDUuNzE0LDAsMCwxLDM3LjA3Niw1LjY2YTYuMzY1LDYuMzY1LDAsMCwxLDEuOTkyLTEuMjExQTYuNjY5LDYuNjY5LDAsMCwxLDQxLjUxLDRhNi41MTksNi41MTksMCwwLDEsMi40MjIuNDQ5QTYuNzE4LDYuNzE4LDAsMCwxLDQ1LjkyNCw1LjY2YTUuNjA5LDUuNjA5LDAsMCwxLDEuMzQ4LDEuNzc3LDUsNSwwLDAsMSwuNDg4LDIuMTg4djMuNTE2TTM2Ljk3MSwxMi43NUg0Ni4wMVY5LjYwNWEzLjY0MiwzLjY0MiwwLDAsMC0xLjUtMi45OTQsNC4xNzYsNC4xNzYsMCwwLDAtMy0xLjExMSw0LjE1LDQuMTUsMCwwLDAtMywuOTEyLDQuMDE3LDQuMDE3LDAsMCwwLTEuNSwzLjE5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00OC42NTgsMTQuMDJhMi40LDIuNCwwLDAsMC0uOTA4LS44NzlBNC40LDQuNCwwLDAsMCw0NiwxMi43NUgzNi45NjFhNC4zMjQsNC4zMjQsMCwwLDAtMS43NS4zOTEsMi40OTIsMi40OTIsMCwwLDAtLjg3OS44NzlBMi40NTYsMi40NTYsMCwwLDAsMzQsMTUuMjg5VjIxLjVBMi40NjgsMi40NjgsMCwwLDAsMzYuNSwyNGgxMGEyLjQ0MSwyLjQ0MSwwLDAsMCwxLjc1OC0uNzIzQTIuMzg2LDIuMzg2LDAsMCwwLDQ5LDIxLjVWMTUuMjg5QTIuMzUxLDIuMzUxLDAsMCwwLDQ4LjY1OCwxNC4wMlpNNDIuNSwxNy44MzR2Mi45MzFhLjgzMS44MzEsMCwwLDEtMS42NjMsMFYxNy44MzRhMS41MzMsMS41MzMsMCwwLDEtLjY1Ni0xLjI2OSwxLjQ4OCwxLjQ4OCwwLDAsMSwyLjk3NSwwQTEuNTMzLDEuNTMzLDAsMCwxLDQyLjUsMTcuODM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxLjM2MywzNi42MzdBOS4wNjYsOS4wNjYsMCwwLDAsMjguNDgsMzQuNyw4LjgxMyw4LjgxMywwLDAsMCwyNSwzNEgxNmE4LjczMiw4LjczMiwwLDAsMC0zLjUxNi43LDkuMTQ4LDkuMTQ4LDAsMCwwLTIuODQ4LDEuOTM0QTkuMDMsOS4wMywwLDAsMCw3LjcsMzkuNTIsOC43OTQsOC43OTQsMCwwLDAsNyw0M3Y5SDM0VjQzYTguODEzLDguODEzLDAsMCwwLS43LTMuNDhBOS4wNjYsOS4wNjYsMCwwLDAsMzEuMzYzLDM2LjYzN1pNMzEsNDlIMTBWNDNhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDE2LDM3aDlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwzMSw0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNi44NjMsMzEuMzYzQTkuMTQ4LDkuMTQ4LDAsMCwwLDI4LjgsMjguNTE2YTkuMDUzLDkuMDUzLDAsMCwwLDAtN0E4Ljk3Niw4Ljk3NiwwLDAsMCwyMy45OCwxNi43YTkuMDUzLDkuMDUzLDAsMCwwLTcsMCw5LjE0OCw5LjE0OCwwLDAsMC0yLjg0OCwxLjkzNEE5LjAzLDkuMDMsMCwwLDAsMTIuMiwyMS41MmE5LjA1Myw5LjA1MywwLDAsMCwwLDdBOS4xNjUsOS4xNjUsMCwwLDAsMTYuOTg0LDMzLjNhOS4wNTMsOS4wNTMsMCwwLDAsNywwQTkuMDMsOS4wMywwLDAsMCwyNi44NjMsMzEuMzYzWk0yMC41LDMxYTUuNyw1LjcsMCwwLDEtMi4zMjItLjQ1NSw2LjE2Myw2LjE2MywwLDAsMS0zLjIyNC0zLjIyN0E1LjcsNS43LDAsMCwxLDE0LjUsMjVhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDIwLjUsMTlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwyNi41LDI1YTUuNzEzLDUuNzEzLDAsMCwxLS40NTQsMi4zMTksNi4xMTYsNi4xMTYsMCwwLDEtMS4zLDEuOTIzLDYsNiwwLDAsMS0xLjkzNywxLjI5NUE1Ljc3MSw1Ljc3MSwwLDAsMSwyMC41LDMxWiIvPjwvc3ZnPg=="},"broker_id":"c1ecf1d2-0b7e-412c-901c-c4f678fd6348","catalog_id":"xsuaa","catalog_name":"xsuaa","created_at":"2020-08-13T15:09:38.643826Z","updated_at":"2024-07-15T13:45:13.237803Z"}' + body: '{"id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","ready":true,"name":"xsuaa","description":"Manage application authorizations and trust to identity providers.","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["xsuaa"],"metadata":{"longDescription":"Configure trust to identity providers for authentication. Manage your authorization model consisting of roles, groups and role collections, and assigning them to users. Use RESTful APIs to automate and integrate with other systems.","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6373bb7a96114d619bfdfdc6f505d1b9.html","serviceInventoryId":"SERVICE-92","displayName":"Authorization and Trust Management Service","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXV0aG9yaXphdGlvbi1tYW5hZ2VtZW50IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA1NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1YTdhOTQ7fS5jbHMtMntmaWxsOiMwMDkyZDE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hdXRob3JpemF0aW9uLW1hbmFnZW1lbnQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1LjIyMSwxMy4xNDFsLjAzOS0zLjUxNmE0Ljk3OCw0Ljk3OCwwLDAsMSwuNDg4LTIuMTg3QTUuNzE0LDUuNzE0LDAsMCwxLDM3LjA3Niw1LjY2YTYuMzY1LDYuMzY1LDAsMCwxLDEuOTkyLTEuMjExQTYuNjY5LDYuNjY5LDAsMCwxLDQxLjUxLDRhNi41MTksNi41MTksMCwwLDEsMi40MjIuNDQ5QTYuNzE4LDYuNzE4LDAsMCwxLDQ1LjkyNCw1LjY2YTUuNjA5LDUuNjA5LDAsMCwxLDEuMzQ4LDEuNzc3LDUsNSwwLDAsMSwuNDg4LDIuMTg4djMuNTE2TTM2Ljk3MSwxMi43NUg0Ni4wMVY5LjYwNWEzLjY0MiwzLjY0MiwwLDAsMC0xLjUtMi45OTQsNC4xNzYsNC4xNzYsMCwwLDAtMy0xLjExMSw0LjE1LDQuMTUsMCwwLDAtMywuOTEyLDQuMDE3LDQuMDE3LDAsMCwwLTEuNSwzLjE5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00OC42NTgsMTQuMDJhMi40LDIuNCwwLDAsMC0uOTA4LS44NzlBNC40LDQuNCwwLDAsMCw0NiwxMi43NUgzNi45NjFhNC4zMjQsNC4zMjQsMCwwLDAtMS43NS4zOTEsMi40OTIsMi40OTIsMCwwLDAtLjg3OS44NzlBMi40NTYsMi40NTYsMCwwLDAsMzQsMTUuMjg5VjIxLjVBMi40NjgsMi40NjgsMCwwLDAsMzYuNSwyNGgxMGEyLjQ0MSwyLjQ0MSwwLDAsMCwxLjc1OC0uNzIzQTIuMzg2LDIuMzg2LDAsMCwwLDQ5LDIxLjVWMTUuMjg5QTIuMzUxLDIuMzUxLDAsMCwwLDQ4LjY1OCwxNC4wMlpNNDIuNSwxNy44MzR2Mi45MzFhLjgzMS44MzEsMCwwLDEtMS42NjMsMFYxNy44MzRhMS41MzMsMS41MzMsMCwwLDEtLjY1Ni0xLjI2OSwxLjQ4OCwxLjQ4OCwwLDAsMSwyLjk3NSwwQTEuNTMzLDEuNTMzLDAsMCwxLDQyLjUsMTcuODM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxLjM2MywzNi42MzdBOS4wNjYsOS4wNjYsMCwwLDAsMjguNDgsMzQuNyw4LjgxMyw4LjgxMywwLDAsMCwyNSwzNEgxNmE4LjczMiw4LjczMiwwLDAsMC0zLjUxNi43LDkuMTQ4LDkuMTQ4LDAsMCwwLTIuODQ4LDEuOTM0QTkuMDMsOS4wMywwLDAsMCw3LjcsMzkuNTIsOC43OTQsOC43OTQsMCwwLDAsNyw0M3Y5SDM0VjQzYTguODEzLDguODEzLDAsMCwwLS43LTMuNDhBOS4wNjYsOS4wNjYsMCwwLDAsMzEuMzYzLDM2LjYzN1pNMzEsNDlIMTBWNDNhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDE2LDM3aDlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwzMSw0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNi44NjMsMzEuMzYzQTkuMTQ4LDkuMTQ4LDAsMCwwLDI4LjgsMjguNTE2YTkuMDUzLDkuMDUzLDAsMCwwLDAtN0E4Ljk3Niw4Ljk3NiwwLDAsMCwyMy45OCwxNi43YTkuMDUzLDkuMDUzLDAsMCwwLTcsMCw5LjE0OCw5LjE0OCwwLDAsMC0yLjg0OCwxLjkzNEE5LjAzLDkuMDMsMCwwLDAsMTIuMiwyMS41MmE5LjA1Myw5LjA1MywwLDAsMCwwLDdBOS4xNjUsOS4xNjUsMCwwLDAsMTYuOTg0LDMzLjNhOS4wNTMsOS4wNTMsMCwwLDAsNywwQTkuMDMsOS4wMywwLDAsMCwyNi44NjMsMzEuMzYzWk0yMC41LDMxYTUuNyw1LjcsMCwwLDEtMi4zMjItLjQ1NSw2LjE2Myw2LjE2MywwLDAsMS0zLjIyNC0zLjIyN0E1LjcsNS43LDAsMCwxLDE0LjUsMjVhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDIwLjUsMTlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwyNi41LDI1YTUuNzEzLDUuNzEzLDAsMCwxLS40NTQsMi4zMTksNi4xMTYsNi4xMTYsMCwwLDEtMS4zLDEuOTIzLDYsNiwwLDAsMS0xLjkzNywxLjI5NUE1Ljc3MSw1Ljc3MSwwLDAsMSwyMC41LDMxWiIvPjwvc3ZnPg=="},"broker_id":"c1ecf1d2-0b7e-412c-901c-c4f678fd6348","catalog_id":"xsuaa","catalog_name":"xsuaa","created_at":"2020-08-13T15:09:38.643826Z","updated_at":"2024-07-24T01:06:42.301106Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -897,7 +897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:09 GMT + - Wed, 24 Jul 2024 06:20:52 GMT Expires: - "0" Pragma: @@ -915,18 +915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a6a7cb59-6cb3-427c-7661-b3bc062da2e0 + - 29d36d65-dd87-492e-767c-4cc37730290f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 642.812959ms + duration: 462.565748ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -939,9 +939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 494be6fd-10f1-1976-acf1-e731ea3bdccb + - 420ccf97-50fc-4bb1-7a4e-f04d39503338 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -952,20 +952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:13 GMT + - Wed, 24 Jul 2024 06:20:52 GMT Expires: - "0" Pragma: @@ -981,12 +981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6eefe4d3-e1b2-458f-77ee-39cc6f4d56b1 + - 5dddc6cc-057b-414f-56fd-b72c53418d97 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.155994209s + duration: 247.108339ms - id: 14 request: proto: HTTP/1.1 @@ -1005,9 +1005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 707905f6-a1af-86fb-b8d6-0a7491e253b8 + - 9d33ba9f-ceb3-ca96-62af-0e6d683e0c4b X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1026,7 +1026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1035,7 +1035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:13 GMT + - Wed, 24 Jul 2024 06:20:52 GMT Expires: - "0" Pragma: @@ -1053,12 +1053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4a60e4c4-14fd-45ec-4692-8dcc2b1cf2b3 + - 5e574f8a-4e9b-4a69-4a48-7b2393be1a57 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 160.742917ms + duration: 213.576977ms - id: 15 request: proto: HTTP/1.1 @@ -1077,9 +1077,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 49dd2e1f-0fb0-fc2a-f463-b1cb8b3329e8 + - 39c1d7d3-bc4f-4918-d746-0a69f76a6a55 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1098,7 +1098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1107,7 +1107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:13 GMT + - Wed, 24 Jul 2024 06:20:53 GMT Expires: - "0" Pragma: @@ -1125,12 +1125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2b86b5b1-0d3f-47f5-718b-22382180ed42 + - ce8d26d2-c540-4c8f-563f-0c6c18f78e9c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 367.710875ms + duration: 369.332586ms - id: 16 request: proto: HTTP/1.1 @@ -1149,9 +1149,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1cb3ef7f-11c6-3b50-1da1-bff968fdd6d2 + - 865093ee-c159-3a14-9315-b279e1355059 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1170,7 +1170,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","ready":true,"name":"xsuaa","description":"Manage application authorizations and trust to identity providers.","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["xsuaa"],"metadata":{"longDescription":"Configure trust to identity providers for authentication. Manage your authorization model consisting of roles, groups and role collections, and assigning them to users. Use RESTful APIs to automate and integrate with other systems.","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6373bb7a96114d619bfdfdc6f505d1b9.html","serviceInventoryId":"SERVICE-92","displayName":"Authorization and Trust Management Service","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXV0aG9yaXphdGlvbi1tYW5hZ2VtZW50IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA1NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1YTdhOTQ7fS5jbHMtMntmaWxsOiMwMDkyZDE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hdXRob3JpemF0aW9uLW1hbmFnZW1lbnQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1LjIyMSwxMy4xNDFsLjAzOS0zLjUxNmE0Ljk3OCw0Ljk3OCwwLDAsMSwuNDg4LTIuMTg3QTUuNzE0LDUuNzE0LDAsMCwxLDM3LjA3Niw1LjY2YTYuMzY1LDYuMzY1LDAsMCwxLDEuOTkyLTEuMjExQTYuNjY5LDYuNjY5LDAsMCwxLDQxLjUxLDRhNi41MTksNi41MTksMCwwLDEsMi40MjIuNDQ5QTYuNzE4LDYuNzE4LDAsMCwxLDQ1LjkyNCw1LjY2YTUuNjA5LDUuNjA5LDAsMCwxLDEuMzQ4LDEuNzc3LDUsNSwwLDAsMSwuNDg4LDIuMTg4djMuNTE2TTM2Ljk3MSwxMi43NUg0Ni4wMVY5LjYwNWEzLjY0MiwzLjY0MiwwLDAsMC0xLjUtMi45OTQsNC4xNzYsNC4xNzYsMCwwLDAtMy0xLjExMSw0LjE1LDQuMTUsMCwwLDAtMywuOTEyLDQuMDE3LDQuMDE3LDAsMCwwLTEuNSwzLjE5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00OC42NTgsMTQuMDJhMi40LDIuNCwwLDAsMC0uOTA4LS44NzlBNC40LDQuNCwwLDAsMCw0NiwxMi43NUgzNi45NjFhNC4zMjQsNC4zMjQsMCwwLDAtMS43NS4zOTEsMi40OTIsMi40OTIsMCwwLDAtLjg3OS44NzlBMi40NTYsMi40NTYsMCwwLDAsMzQsMTUuMjg5VjIxLjVBMi40NjgsMi40NjgsMCwwLDAsMzYuNSwyNGgxMGEyLjQ0MSwyLjQ0MSwwLDAsMCwxLjc1OC0uNzIzQTIuMzg2LDIuMzg2LDAsMCwwLDQ5LDIxLjVWMTUuMjg5QTIuMzUxLDIuMzUxLDAsMCwwLDQ4LjY1OCwxNC4wMlpNNDIuNSwxNy44MzR2Mi45MzFhLjgzMS44MzEsMCwwLDEtMS42NjMsMFYxNy44MzRhMS41MzMsMS41MzMsMCwwLDEtLjY1Ni0xLjI2OSwxLjQ4OCwxLjQ4OCwwLDAsMSwyLjk3NSwwQTEuNTMzLDEuNTMzLDAsMCwxLDQyLjUsMTcuODM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxLjM2MywzNi42MzdBOS4wNjYsOS4wNjYsMCwwLDAsMjguNDgsMzQuNyw4LjgxMyw4LjgxMywwLDAsMCwyNSwzNEgxNmE4LjczMiw4LjczMiwwLDAsMC0zLjUxNi43LDkuMTQ4LDkuMTQ4LDAsMCwwLTIuODQ4LDEuOTM0QTkuMDMsOS4wMywwLDAsMCw3LjcsMzkuNTIsOC43OTQsOC43OTQsMCwwLDAsNyw0M3Y5SDM0VjQzYTguODEzLDguODEzLDAsMCwwLS43LTMuNDhBOS4wNjYsOS4wNjYsMCwwLDAsMzEuMzYzLDM2LjYzN1pNMzEsNDlIMTBWNDNhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDE2LDM3aDlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwzMSw0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNi44NjMsMzEuMzYzQTkuMTQ4LDkuMTQ4LDAsMCwwLDI4LjgsMjguNTE2YTkuMDUzLDkuMDUzLDAsMCwwLDAtN0E4Ljk3Niw4Ljk3NiwwLDAsMCwyMy45OCwxNi43YTkuMDUzLDkuMDUzLDAsMCwwLTcsMCw5LjE0OCw5LjE0OCwwLDAsMC0yLjg0OCwxLjkzNEE5LjAzLDkuMDMsMCwwLDAsMTIuMiwyMS41MmE5LjA1Myw5LjA1MywwLDAsMCwwLDdBOS4xNjUsOS4xNjUsMCwwLDAsMTYuOTg0LDMzLjNhOS4wNTMsOS4wNTMsMCwwLDAsNywwQTkuMDMsOS4wMywwLDAsMCwyNi44NjMsMzEuMzYzWk0yMC41LDMxYTUuNyw1LjcsMCwwLDEtMi4zMjItLjQ1NSw2LjE2Myw2LjE2MywwLDAsMS0zLjIyNC0zLjIyN0E1LjcsNS43LDAsMCwxLDE0LjUsMjVhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDIwLjUsMTlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwyNi41LDI1YTUuNzEzLDUuNzEzLDAsMCwxLS40NTQsMi4zMTksNi4xMTYsNi4xMTYsMCwwLDEtMS4zLDEuOTIzLDYsNiwwLDAsMS0xLjkzNywxLjI5NUE1Ljc3MSw1Ljc3MSwwLDAsMSwyMC41LDMxWiIvPjwvc3ZnPg=="},"broker_id":"c1ecf1d2-0b7e-412c-901c-c4f678fd6348","catalog_id":"xsuaa","catalog_name":"xsuaa","created_at":"2020-08-13T15:09:38.643826Z","updated_at":"2024-07-15T13:45:13.237803Z"}' + body: '{"id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","ready":true,"name":"xsuaa","description":"Manage application authorizations and trust to identity providers.","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["xsuaa"],"metadata":{"longDescription":"Configure trust to identity providers for authentication. Manage your authorization model consisting of roles, groups and role collections, and assigning them to users. Use RESTful APIs to automate and integrate with other systems.","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6373bb7a96114d619bfdfdc6f505d1b9.html","serviceInventoryId":"SERVICE-92","displayName":"Authorization and Trust Management Service","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXV0aG9yaXphdGlvbi1tYW5hZ2VtZW50IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA1NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1YTdhOTQ7fS5jbHMtMntmaWxsOiMwMDkyZDE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hdXRob3JpemF0aW9uLW1hbmFnZW1lbnQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1LjIyMSwxMy4xNDFsLjAzOS0zLjUxNmE0Ljk3OCw0Ljk3OCwwLDAsMSwuNDg4LTIuMTg3QTUuNzE0LDUuNzE0LDAsMCwxLDM3LjA3Niw1LjY2YTYuMzY1LDYuMzY1LDAsMCwxLDEuOTkyLTEuMjExQTYuNjY5LDYuNjY5LDAsMCwxLDQxLjUxLDRhNi41MTksNi41MTksMCwwLDEsMi40MjIuNDQ5QTYuNzE4LDYuNzE4LDAsMCwxLDQ1LjkyNCw1LjY2YTUuNjA5LDUuNjA5LDAsMCwxLDEuMzQ4LDEuNzc3LDUsNSwwLDAsMSwuNDg4LDIuMTg4djMuNTE2TTM2Ljk3MSwxMi43NUg0Ni4wMVY5LjYwNWEzLjY0MiwzLjY0MiwwLDAsMC0xLjUtMi45OTQsNC4xNzYsNC4xNzYsMCwwLDAtMy0xLjExMSw0LjE1LDQuMTUsMCwwLDAtMywuOTEyLDQuMDE3LDQuMDE3LDAsMCwwLTEuNSwzLjE5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00OC42NTgsMTQuMDJhMi40LDIuNCwwLDAsMC0uOTA4LS44NzlBNC40LDQuNCwwLDAsMCw0NiwxMi43NUgzNi45NjFhNC4zMjQsNC4zMjQsMCwwLDAtMS43NS4zOTEsMi40OTIsMi40OTIsMCwwLDAtLjg3OS44NzlBMi40NTYsMi40NTYsMCwwLDAsMzQsMTUuMjg5VjIxLjVBMi40NjgsMi40NjgsMCwwLDAsMzYuNSwyNGgxMGEyLjQ0MSwyLjQ0MSwwLDAsMCwxLjc1OC0uNzIzQTIuMzg2LDIuMzg2LDAsMCwwLDQ5LDIxLjVWMTUuMjg5QTIuMzUxLDIuMzUxLDAsMCwwLDQ4LjY1OCwxNC4wMlpNNDIuNSwxNy44MzR2Mi45MzFhLjgzMS44MzEsMCwwLDEtMS42NjMsMFYxNy44MzRhMS41MzMsMS41MzMsMCwwLDEtLjY1Ni0xLjI2OSwxLjQ4OCwxLjQ4OCwwLDAsMSwyLjk3NSwwQTEuNTMzLDEuNTMzLDAsMCwxLDQyLjUsMTcuODM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxLjM2MywzNi42MzdBOS4wNjYsOS4wNjYsMCwwLDAsMjguNDgsMzQuNyw4LjgxMyw4LjgxMywwLDAsMCwyNSwzNEgxNmE4LjczMiw4LjczMiwwLDAsMC0zLjUxNi43LDkuMTQ4LDkuMTQ4LDAsMCwwLTIuODQ4LDEuOTM0QTkuMDMsOS4wMywwLDAsMCw3LjcsMzkuNTIsOC43OTQsOC43OTQsMCwwLDAsNyw0M3Y5SDM0VjQzYTguODEzLDguODEzLDAsMCwwLS43LTMuNDhBOS4wNjYsOS4wNjYsMCwwLDAsMzEuMzYzLDM2LjYzN1pNMzEsNDlIMTBWNDNhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDE2LDM3aDlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwzMSw0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNi44NjMsMzEuMzYzQTkuMTQ4LDkuMTQ4LDAsMCwwLDI4LjgsMjguNTE2YTkuMDUzLDkuMDUzLDAsMCwwLDAtN0E4Ljk3Niw4Ljk3NiwwLDAsMCwyMy45OCwxNi43YTkuMDUzLDkuMDUzLDAsMCwwLTcsMCw5LjE0OCw5LjE0OCwwLDAsMC0yLjg0OCwxLjkzNEE5LjAzLDkuMDMsMCwwLDAsMTIuMiwyMS41MmE5LjA1Myw5LjA1MywwLDAsMCwwLDdBOS4xNjUsOS4xNjUsMCwwLDAsMTYuOTg0LDMzLjNhOS4wNTMsOS4wNTMsMCwwLDAsNywwQTkuMDMsOS4wMywwLDAsMCwyNi44NjMsMzEuMzYzWk0yMC41LDMxYTUuNyw1LjcsMCwwLDEtMi4zMjItLjQ1NSw2LjE2Myw2LjE2MywwLDAsMS0zLjIyNC0zLjIyN0E1LjcsNS43LDAsMCwxLDE0LjUsMjVhNS43NzMsNS43NzMsMCwwLDEsLjQ2NC0yLjMwNyw2LDYsMCwwLDEsMS4yOTQtMS45MzUsNi4xMTYsNi4xMTYsMCwwLDEsMS45MjEtMS4zQTUuNzEyLDUuNzEyLDAsMCwxLDIwLjUsMTlhNS43ODQsNS43ODQsMCwwLDEsMi4zLjQ2Myw1Ljk3OCw1Ljk3OCwwLDAsMSwzLjIzMSwzLjIyOUE1Ljc5Miw1Ljc5MiwwLDAsMSwyNi41LDI1YTUuNzEzLDUuNzEzLDAsMCwxLS40NTQsMi4zMTksNi4xMTYsNi4xMTYsMCwwLDEtMS4zLDEuOTIzLDYsNiwwLDAsMS0xLjkzNywxLjI5NUE1Ljc3MSw1Ljc3MSwwLDAsMSwyMC41LDMxWiIvPjwvc3ZnPg=="},"broker_id":"c1ecf1d2-0b7e-412c-901c-c4f678fd6348","catalog_id":"xsuaa","catalog_name":"xsuaa","created_at":"2020-08-13T15:09:38.643826Z","updated_at":"2024-07-24T01:06:42.301106Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1179,7 +1179,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:13 GMT + - Wed, 24 Jul 2024 06:20:53 GMT Expires: - "0" Pragma: @@ -1197,12 +1197,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d38b5109-0ed7-41d6-52f7-4128c4a874f6 + - c28f34bd-4f7b-45d8-6f56-f8b429388b19 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 478.916125ms + duration: 394.854214ms - id: 17 request: proto: HTTP/1.1 @@ -1215,15 +1215,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 352ff437-b149-a632-ed76-d5d2c4fa4550 + - fd2a956c-2ad5-1f2b-a606-f73ce9ef59eb X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1242,7 +1242,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","ready":true,"last_operation":{"id":"4e301fde-468f-42e8-97b3-d265515d129f","ready":true,"type":"create","state":"succeeded","resource_id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"5ad0cfc3-7df1-d3df-ed54-e7f12bd0194a","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:45:57.321211Z","updated_at":"2024-07-15T15:45:57.671133Z"},"name":"tf-test-xsuaa","service_plan_id":"de0d54b6-65bc-4817-a075-b038f7c150e4","platform_id":"service-manager","context":{"global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","origin":"sapcp","license_type":"SAPDEV","instance_name":"tf-test-xsuaa"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:45:57.321208Z","updated_at":"2024-07-15T15:45:57.665046Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","ready":true,"last_operation":{"id":"1f19c138-2dba-4cb5-a27c-7d1f47ec2314","ready":true,"type":"create","state":"succeeded","resource_id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"d97610e2-d53b-58bf-39c1-f82eccde3fbc","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:20:42.38504Z","updated_at":"2024-07-24T06:20:42.754668Z"},"name":"tf-test-xsuaa","service_plan_id":"de0d54b6-65bc-4817-a075-b038f7c150e4","platform_id":"service-manager","context":{"crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","instance_name":"tf-test-xsuaa"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:20:42.385038Z","updated_at":"2024-07-24T06:20:42.749364Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1251,7 +1251,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:14 GMT + - Wed, 24 Jul 2024 06:20:53 GMT Expires: - "0" Pragma: @@ -1269,12 +1269,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c3f6a83d-008d-4198-4c53-26666409ea9d + - ed100522-81d5-4aca-6068-0b98b7750ffa X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 300.725875ms + duration: 252.850236ms - id: 18 request: proto: HTTP/1.1 @@ -1287,15 +1287,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ab0d2f80-59cb-00e5-00e9-1a5d14f6b94e + - bc8576e6-c0eb-bb6e-f264-a501c0dcfd5a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:14 GMT + - Wed, 24 Jul 2024 06:20:54 GMT Expires: - "0" Pragma: @@ -1342,12 +1342,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7f3009ab-4a24-433b-60fa-6d3a2db37ab9 + - 35cbcab8-7525-4e0a-7a80-c2c30ae0e5a7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 318.303167ms + duration: 293.782221ms - id: 19 request: proto: HTTP/1.1 @@ -1360,15 +1360,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 891bf1fe-c50c-a083-97bc-4a2624afc8ac + - 830b455c-e405-8f46-a630-2c8787d577b9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1397,7 +1397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:14 GMT + - Wed, 24 Jul 2024 06:20:54 GMT Expires: - "0" Pragma: @@ -1415,18 +1415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4b2512f2-485e-4373-4997-c1ebc4bd94e7 + - c5693142-4007-4859-6a89-65c8ded1cb70 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 245.808625ms + duration: 320.220364ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1439,9 +1439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 41e4ca61-5ce0-b3e0-7212-90233781653f + - 4af9d67a-39b7-a89a-0ed2-709a3549679f X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1452,20 +1452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:15 GMT + - Wed, 24 Jul 2024 06:20:54 GMT Expires: - "0" Pragma: @@ -1481,18 +1481,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1acca496-8173-4bf9-5258-e1cdecd8d83f + - 22d3d0db-1330-4171-6cf6-c3ba9aa4ec3b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 188.53675ms + duration: 269.192409ms - id: 21 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1505,9 +1505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 635e2e60-4a7a-c2b0-ee60-a1ff07963d6f + - 7ae50748-20d5-59f5-6043-b489cbd77653 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1518,20 +1518,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:15 GMT + - Wed, 24 Jul 2024 06:20:55 GMT Expires: - "0" Pragma: @@ -1547,12 +1547,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 700a2502-0cda-41bf-573d-99bb162219e3 + - 2d7ac708-9366-4fb1-660a-bb843a701048 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 295.918292ms + duration: 236.482862ms - id: 22 request: proto: HTTP/1.1 @@ -1565,15 +1565,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4d4ec867-6740-2360-6f43-99e845f988e7 + - 737de6c2-0976-51ef-d29f-1c1765638379 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1601,7 +1601,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:16 GMT + - Wed, 24 Jul 2024 06:20:55 GMT Expires: - "0" Pragma: @@ -1619,12 +1619,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 035bc9d2-5005-4bf3-42c8-ad8ee39b4474 + - bf6986b0-16ff-4f2b-7d8f-5b4730066b7c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 611.366666ms + duration: 543.986712ms - id: 23 request: proto: HTTP/1.1 @@ -1637,15 +1637,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"4b03ea7f-cd4c-45b1-b17d-038085f978db","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"6eebb80d-1403-4a7d-bec6-dc71921bc10b","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6e6a4e23-32a1-d14c-0b26-bbd1a8780c9f + - d1cd0a9d-77b5-1f95-84ca-058fcbadbc11 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1674,7 +1674,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:22 GMT + - Wed, 24 Jul 2024 06:21:01 GMT Expires: - "0" Pragma: @@ -1692,9 +1692,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 70ebdb26-6ed6-4051-44c6-2ba5445367ac + - 1ad80de0-cca9-4dd0-78f7-462b08ff1aed X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 281.6465ms + duration: 271.83146ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_conf_changed.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_conf_changed.yaml index 6687e2be..aa3e4de3 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_conf_changed.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_conf_changed.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d57721f0-3da2-99d2-3045-6126e9f879ed + - 41223856-eb7b-e0b4-40bf-5585f06bdc28 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:53 GMT + - Wed, 24 Jul 2024 06:26:50 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e87dfde2-be3d-4264-69d2-4c49114d6079 + - 620a41f6-9993-404c-47c3-591ef6105f30 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.16394s + duration: 626.113062ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2e20dfc3-2f53-2dbd-d261-25dfc43d444d + - ffa5ea62-693e-193a-b107-dd9983e80892 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:53 GMT + - Wed, 24 Jul 2024 06:26:51 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - af550dda-d8b7-4472-4949-9b6c749ea65a + - e4e9dce1-62e1-420a-6466-c0864351b080 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 257.811541ms + duration: 169.297231ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 26c51af7-56e6-be0a-1bc0-c508781592d1 + - 1317242a-829b-7867-7b3e-2af07233591a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:53 GMT + - Wed, 24 Jul 2024 06:26:51 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - abf07f14-5f77-4df0-597e-0f9cb89aea9e + - 16fb60f9-8728-4785-7f54-5165e25e17f5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 343.75625ms + duration: 332.670222ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ac970fe9-7f67-153b-94a3-d36f0ae98670 + - 38b56a5d-241a-911c-2dd6-9f646778d76e X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:54 GMT + - Wed, 24 Jul 2024 06:26:51 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d77de201-d3da-4159-7aa1-e4d49faf8a27 + - f4716f45-1ba1-447c-4f3f-cf1280d1d350 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 541.007542ms + duration: 361.35098ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 03978819-e231-6383-a8e7-45cf9263a57f + - d085f729-76e7-de9a-60c2-bc5273763a7f X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:58 GMT + - Wed, 24 Jul 2024 06:26:52 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2aa13f54-38ff-495c-52ec-ed9680a836b9 + - 7a17d74a-797d-4b01-7cc1-6179c203b9b7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 4.025966459s + duration: 240.731613ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e712c357-3bf0-9ea9-6ae9-1209817ed1fd + - b8bcc242-889f-b3fb-7198-81c0feb300b9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"a650c6e4-57cb-41bb-a29d-c2e8de179c24","ready":true,"type":"create","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e712c357-3bf0-9ea9-6ae9-1209817ed1fd","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:58.825509Z","updated_at":"2024-07-15T15:49:59.439056Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"env_type":"sapcp","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","region":"cf-eu12","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:49:59.433147787Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"1ceac082-2d5e-43ce-8a04-c0eacd7cef4f","ready":true,"type":"create","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"b8bcc242-889f-b3fb-7198-81c0feb300b9","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:52.404453Z","updated_at":"2024-07-24T06:26:52.956436Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:26:52.951176066Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:59 GMT + - Wed, 24 Jul 2024 06:26:52 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - acb1d73a-2ee7-4281-5667-32cfcdc4f1e0 + - 01beedb7-a244-4288-522e-b4c491cabfd8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.001510125s + duration: 922.330913ms - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4c80c397-e283-62d5-fbba-fee37ab1eb00 + - 8820dae4-fb65-2ca1-1df1-1e4795717bb3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"a650c6e4-57cb-41bb-a29d-c2e8de179c24","ready":true,"type":"create","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e712c357-3bf0-9ea9-6ae9-1209817ed1fd","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:58.825509Z","updated_at":"2024-07-15T15:49:59.439056Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"env_type":"sapcp","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","region":"cf-eu12","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:49:59.433148Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"1ceac082-2d5e-43ce-8a04-c0eacd7cef4f","ready":true,"type":"create","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"b8bcc242-889f-b3fb-7198-81c0feb300b9","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:52.404453Z","updated_at":"2024-07-24T06:26:52.956436Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:26:52.951176Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:05 GMT + - Wed, 24 Jul 2024 06:26:59 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c27ae1b4-5bb4-41dd-7855-f50b6cd9ffd2 + - b7c11828-0fb0-4dc8-7a4e-def3dbe5d5bb X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 292.230833ms + duration: 299.044524ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f90ff337-ff3f-cfd3-0547-3f62e274982a + - 7d9c88d4-fedb-a761-e4b2-f2b9c429308d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:06 GMT + - Wed, 24 Jul 2024 06:26:59 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2ce69e47-0828-467f-651c-cbe79904d285 + - 9ab5b6b5-c442-4419-7d78-9d0536cc8e67 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 422.75825ms + duration: 356.66136ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2aed4673-be40-dd0f-d605-cd0d651d354b + - c3eec517-1776-0d37-8186-8d94019b9bd1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:06 GMT + - Wed, 24 Jul 2024 06:26:59 GMT Expires: - "0" Pragma: @@ -633,12 +633,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b0d70738-3969-4c48-70f8-cd5be2b1f905 + - 1548fa76-4372-486d-4ba0-65265e20c105 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 396.189916ms + duration: 276.509111ms - id: 9 request: proto: HTTP/1.1 @@ -651,15 +651,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","name":"tf-test-destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","name":"tf-test-destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e370f7a4-d66e-fe52-4ae1-c502405b9c99 + - 54a4b0d5-4c0a-616c-006a-1bdfb93fda92 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -678,7 +678,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"47c2551e-83d5-4686-8c68-da701efa422e","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e370f7a4-d66e-fe52-4ae1-c502405b9c99","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:06.94242Z","updated_at":"2024-07-15T15:50:07.160354Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"env_type":"sapcp","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","region":"cf-eu12","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:07.103212802Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"763e5c87-21cd-4ff8-87ff-0334535d1135","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"54a4b0d5-4c0a-616c-006a-1bdfb93fda92","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:00.328221Z","updated_at":"2024-07-24T06:27:00.533225Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:00.495948154Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -687,7 +687,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:07 GMT + - Wed, 24 Jul 2024 06:27:00 GMT Expires: - "0" Pragma: @@ -705,12 +705,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fe87eb4d-d57d-4d4c-59a9-55cf63631ce3 + - 6f032f45-86f8-4836-64af-e50a2acad9de X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 599.9035ms + duration: 639.194516ms - id: 10 request: proto: HTTP/1.1 @@ -723,15 +723,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1933afb5-d148-5a6b-33de-3165e718960a + - 3f6c72d5-aa9a-c995-6d9d-ae290ee5ce7d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -750,7 +750,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"47c2551e-83d5-4686-8c68-da701efa422e","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e370f7a4-d66e-fe52-4ae1-c502405b9c99","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:06.94242Z","updated_at":"2024-07-15T15:50:07.160354Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"env_type":"sapcp","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","region":"cf-eu12","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:07.103213Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"763e5c87-21cd-4ff8-87ff-0334535d1135","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"54a4b0d5-4c0a-616c-006a-1bdfb93fda92","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:00.328221Z","updated_at":"2024-07-24T06:27:00.533225Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:00.495948Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -759,7 +759,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:07 GMT + - Wed, 24 Jul 2024 06:27:00 GMT Expires: - "0" Pragma: @@ -777,12 +777,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c295c6d6-ab8a-4278-464d-f129a99e57d9 + - 84aac836-6caf-48bd-4869-ad5808e42507 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 476.855542ms + duration: 420.846363ms - id: 11 request: proto: HTTP/1.1 @@ -795,15 +795,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d85c084c-2d68-cd8e-5558-a50cdb560ebf + - 92d42b43-98bd-3ac6-f59e-61e9b3435ccd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -832,7 +832,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:07 GMT + - Wed, 24 Jul 2024 06:27:01 GMT Expires: - "0" Pragma: @@ -850,12 +850,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cf23a491-48ca-41c2-4f83-3d9b062dda85 + - a77ff797-e7f1-4832-66f5-d182f349851a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 329.024125ms + duration: 908.249925ms - id: 12 request: proto: HTTP/1.1 @@ -868,15 +868,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a517f0bb-2f2c-92d2-ebb9-c9d715291247 + - e3502123-af7f-5a4c-6294-ee8a915a06d3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -905,7 +905,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:08 GMT + - Wed, 24 Jul 2024 06:27:02 GMT Expires: - "0" Pragma: @@ -923,12 +923,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0085f9f0-7aeb-4af0-6bd1-d915b1076ee2 + - a52e16a0-c7bf-4167-72c7-a82ae0651bdf X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 329.770166ms + duration: 314.21224ms - id: 13 request: proto: HTTP/1.1 @@ -941,15 +941,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b10ea7d8-21b7-c6ed-9746-c4f36dd5a017 + - 62f5cc67-bbb4-d16c-af85-41eca3c42d12 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -968,7 +968,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"47c2551e-83d5-4686-8c68-da701efa422e","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e370f7a4-d66e-fe52-4ae1-c502405b9c99","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:06.94242Z","updated_at":"2024-07-15T15:50:07.160354Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"env_type":"sapcp","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","region":"cf-eu12","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:07.103213Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"763e5c87-21cd-4ff8-87ff-0334535d1135","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"54a4b0d5-4c0a-616c-006a-1bdfb93fda92","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:00.328221Z","updated_at":"2024-07-24T06:27:00.533225Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:00.495948Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -977,7 +977,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:14 GMT + - Wed, 24 Jul 2024 06:27:08 GMT Expires: - "0" Pragma: @@ -995,12 +995,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ef994ad9-00c8-4b36-7111-0efae68dac42 + - 98d6da51-29e3-44df-7b12-135bb245512a X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 348.812875ms + duration: 294.641375ms - id: 14 request: proto: HTTP/1.1 @@ -1013,15 +1013,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 194645ea-42a8-de7f-7e3e-1b1340ef13be + - f92875ed-550a-540c-afa4-7b249114f0c0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1050,7 +1050,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:15 GMT + - Wed, 24 Jul 2024 06:27:08 GMT Expires: - "0" Pragma: @@ -1068,12 +1068,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a22f5eb8-53e1-4c7a-5535-cdf2547fe4f9 + - 277b3757-f497-4e61-5ec7-7cca0a979f98 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 349.860917ms + duration: 315.369745ms - id: 15 request: proto: HTTP/1.1 @@ -1086,15 +1086,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - df59d5cc-1cd1-13e7-3434-ffecc494d299 + - 903bc731-eb28-ac8f-b98e-fed59818b034 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1123,7 +1123,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:15 GMT + - Wed, 24 Jul 2024 06:27:09 GMT Expires: - "0" Pragma: @@ -1141,18 +1141,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 56d94b93-7dbe-4b26-7490-57cae7c9cd32 + - 500281f7-35a5-4ef0-6d8d-b4885cbc68ac X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 530.922208ms + duration: 451.425659ms - id: 16 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1165,9 +1165,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fa6dd60c-fbdc-5f11-132a-cfee87000bc9 + - 894d1b63-7a81-48b6-cb00-abec4a622753 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1178,20 +1178,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:19 GMT + - Wed, 24 Jul 2024 06:27:09 GMT Expires: - "0" Pragma: @@ -1207,12 +1207,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4817d1fd-436d-4508-7371-e6ce1f9d4ebf + - bc05a26e-aebd-40fd-745b-f338bcc50193 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.610560292s + duration: 229.735948ms - id: 17 request: proto: HTTP/1.1 @@ -1231,9 +1231,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3dbeaab5-642f-77f4-d193-61259ab292ce + - e4cd8cc0-26a8-e2f0-e7ce-2835bf76bb13 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1252,7 +1252,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1261,7 +1261,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:19 GMT + - Wed, 24 Jul 2024 06:27:09 GMT Expires: - "0" Pragma: @@ -1279,12 +1279,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b73f31f3-5704-444e-63e3-643a41ff2c84 + - c39521e2-d69f-4e4a-725d-1bdca6bfbf53 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 165.677291ms + duration: 178.904014ms - id: 18 request: proto: HTTP/1.1 @@ -1303,9 +1303,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - abb5d992-fc44-2fa7-9115-2f1a4a9a906a + - 783cee0c-13f6-a88c-b3d7-13a6721cf8f9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.473497Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.23559Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1333,7 +1333,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:19 GMT + - Wed, 24 Jul 2024 06:27:10 GMT Expires: - "0" Pragma: @@ -1351,12 +1351,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - eb908523-6321-401c-6c30-f0cd211b6d0d + - 4d421461-c245-4889-61c3-44c0f5f5bfdb X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 433.108083ms + duration: 514.520609ms - id: 19 request: proto: HTTP/1.1 @@ -1375,9 +1375,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4a274ab9-35f5-01eb-f028-93ed5c3e2507 + - dbbc38c8-8a9a-9ba5-7579-2813a175dc35 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1396,7 +1396,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1405,7 +1405,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:20 GMT + - Wed, 24 Jul 2024 06:27:10 GMT Expires: - "0" Pragma: @@ -1423,18 +1423,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d4d5ac96-55d5-402a-4244-57ef52995b8d + - 121daf6b-4cde-4069-5f1f-120f2f118ff7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 511.516375ms + duration: 410.036221ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1447,9 +1447,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9541ae04-4766-ad89-318f-1eaee7a3637e + - 8d3b4748-fa25-e9a1-cc49-c69676cb8c40 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1460,20 +1460,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:24 GMT + - Wed, 24 Jul 2024 06:27:11 GMT Expires: - "0" Pragma: @@ -1489,12 +1489,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - aaf8489d-a274-4074-45c6-b5b7199473c6 + - 37eb4169-9105-4d94-65d7-c0c914410f60 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.674938083s + duration: 239.430155ms - id: 21 request: proto: HTTP/1.1 @@ -1513,9 +1513,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 069afc55-da62-f647-8604-139ee626811d + - c0065243-ee11-61f5-a434-791b526f7b7f X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1534,7 +1534,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1543,7 +1543,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:24 GMT + - Wed, 24 Jul 2024 06:27:11 GMT Expires: - "0" Pragma: @@ -1561,12 +1561,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 36ff1b04-bbe5-4a6c-79a7-367a45a61342 + - 51543c9b-c8a1-4e01-544e-dc4781865193 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 775.21175ms + duration: 253.183333ms - id: 22 request: proto: HTTP/1.1 @@ -1585,9 +1585,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 175c1c0d-2407-6e26-c4fe-5ce07d521a98 + - 404b8127-c6cd-8a67-870c-7410e59d6ab9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1606,7 +1606,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.473497Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.23559Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1615,7 +1615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:25 GMT + - Wed, 24 Jul 2024 06:27:11 GMT Expires: - "0" Pragma: @@ -1633,12 +1633,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ec0b94c7-36bb-48fe-65d8-d09670ec7663 + - d0b0358e-217c-4376-44e6-3279b49ef379 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 604.252667ms + duration: 421.586506ms - id: 23 request: proto: HTTP/1.1 @@ -1657,9 +1657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bfab31a1-d358-6716-3e7f-6555061e98c0 + - c38d3e56-a492-b165-d81f-d9242d4019b3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1678,7 +1678,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1687,7 +1687,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:26 GMT + - Wed, 24 Jul 2024 06:27:12 GMT Expires: - "0" Pragma: @@ -1705,12 +1705,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fd7e6c27-b545-4848-68ee-f00022139ee3 + - 9f148684-fd85-4b26-4a94-6a9597de36a7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 592.828167ms + duration: 396.841067ms - id: 24 request: proto: HTTP/1.1 @@ -1723,15 +1723,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4de46c51-7c7b-60f4-9cc9-16485feba777 + - c4fbb738-5985-6624-da09-6d8a27196411 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1750,7 +1750,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"47c2551e-83d5-4686-8c68-da701efa422e","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e370f7a4-d66e-fe52-4ae1-c502405b9c99","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:06.94242Z","updated_at":"2024-07-15T15:50:07.160354Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"env_type":"sapcp","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","region":"cf-eu12","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:07.103213Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"763e5c87-21cd-4ff8-87ff-0334535d1135","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"54a4b0d5-4c0a-616c-006a-1bdfb93fda92","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:00.328221Z","updated_at":"2024-07-24T06:27:00.533225Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:00.495948Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1759,7 +1759,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:26 GMT + - Wed, 24 Jul 2024 06:27:12 GMT Expires: - "0" Pragma: @@ -1777,12 +1777,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 99c3e76c-b0f4-4d7e-5169-c21e33cc95b5 + - 6b4650c3-119f-4943-6447-9fe397016c78 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.763708ms + duration: 271.102385ms - id: 25 request: proto: HTTP/1.1 @@ -1795,15 +1795,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2db9a1f0-df81-02a2-87a4-3042ea4df475 + - 185beaf5-f868-7fec-86e8-2871d6676964 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1832,7 +1832,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:26 GMT + - Wed, 24 Jul 2024 06:27:12 GMT Expires: - "0" Pragma: @@ -1850,12 +1850,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e77b08b4-c1e2-4411-7d88-5810c550c0e0 + - 6bfc7062-cc73-4cff-478a-50aeb851bb9b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 327.50625ms + duration: 294.970588ms - id: 26 request: proto: HTTP/1.1 @@ -1868,15 +1868,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 96f85e2c-cc07-8401-1287-20c7bd2487f2 + - de647dc3-8fd8-6686-e49e-42ce35cbb321 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1905,7 +1905,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:27 GMT + - Wed, 24 Jul 2024 06:27:13 GMT Expires: - "0" Pragma: @@ -1923,18 +1923,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 12fc74b4-cd4e-4805-7a5a-4786a04eac0c + - 021e5e1e-c63b-48a1-52b8-6023abbb4ac5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 461.507083ms + duration: 322.103227ms - id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1947,9 +1947,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a86669dd-642c-94fa-0e32-25565b455a79 + - c066f718-9303-2a46-28d6-d335858cf5ad X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1960,20 +1960,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:29 GMT + - Wed, 24 Jul 2024 06:27:13 GMT Expires: - "0" Pragma: @@ -1989,12 +1989,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 93e3e041-af00-403b-5ad8-147cf7ab2adb + - b0d14105-a4c0-420c-49e1-dfe5de6dadcf X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.9850895s + duration: 240.380595ms - id: 28 request: proto: HTTP/1.1 @@ -2013,9 +2013,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 156075a7-04d0-f513-7e54-016309e48f3b + - 4ef0f4bd-44f1-5962-273a-ac2d0d36fccb X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2034,7 +2034,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2043,7 +2043,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:29 GMT + - Wed, 24 Jul 2024 06:27:13 GMT Expires: - "0" Pragma: @@ -2061,12 +2061,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e63f95e0-d158-4fa3-5969-ce5b39a0687e + - 872d4764-5923-4f04-6385-f2d7ce0c10c1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 175.909083ms + duration: 244.711977ms - id: 29 request: proto: HTTP/1.1 @@ -2085,9 +2085,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 985887cb-2c23-f8d2-6603-2c1152cabcca + - 07dda6dd-656f-39df-9cf1-0a272bdac54c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2106,7 +2106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.473497Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.23559Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2115,7 +2115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:30 GMT + - Wed, 24 Jul 2024 06:27:14 GMT Expires: - "0" Pragma: @@ -2133,12 +2133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 061b5763-42f6-4a91-7f34-f3004b637b78 + - ae851634-96ec-4dab-7911-30fec06cbc74 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 456.780917ms + duration: 509.756709ms - id: 30 request: proto: HTTP/1.1 @@ -2157,9 +2157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d7118aee-6749-a5f4-4a0f-918299af8fb6 + - e703d4b9-de02-194b-6ad3-2d72be8cf6cc X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2178,7 +2178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2187,7 +2187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:30 GMT + - Wed, 24 Jul 2024 06:27:14 GMT Expires: - "0" Pragma: @@ -2205,12 +2205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 47cff23e-8460-45f3-6eaa-ebc55dd3cb2c + - 36f42d66-0b62-4abc-6348-e7f4c6b20fe5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 510.422958ms + duration: 449.25814ms - id: 31 request: proto: HTTP/1.1 @@ -2223,15 +2223,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 763bf9da-916e-aefa-2ee4-60e824ecf1f3 + - 140c2c6c-2fed-399c-cd93-39c0337cdef4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2250,7 +2250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"47c2551e-83d5-4686-8c68-da701efa422e","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e370f7a4-d66e-fe52-4ae1-c502405b9c99","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:06.94242Z","updated_at":"2024-07-15T15:50:07.160354Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"env_type":"sapcp","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","region":"cf-eu12","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:07.103213Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"763e5c87-21cd-4ff8-87ff-0334535d1135","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"54a4b0d5-4c0a-616c-006a-1bdfb93fda92","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:00.328221Z","updated_at":"2024-07-24T06:27:00.533225Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:00.495948Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2259,7 +2259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:31 GMT + - Wed, 24 Jul 2024 06:27:14 GMT Expires: - "0" Pragma: @@ -2277,12 +2277,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9b46f738-f6f4-45f9-5b59-c2c76dd6796b + - 202e7ae3-7fe8-4f74-761a-267e852f5d4b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 504.714916ms + duration: 306.16909ms - id: 32 request: proto: HTTP/1.1 @@ -2295,15 +2295,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9e2802a8-828a-07d6-d8d7-2dfe695eda12 + - 13c9b882-ac45-8ce8-076c-fbf5cdde0bed X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2332,7 +2332,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:31 GMT + - Wed, 24 Jul 2024 06:27:15 GMT Expires: - "0" Pragma: @@ -2350,12 +2350,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0223c831-dcab-4ad6-4ce1-76b7624aa708 + - 6f65b699-983c-45e3-6925-9cf64d3767f7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 332.305042ms + duration: 264.823824ms - id: 33 request: proto: HTTP/1.1 @@ -2368,15 +2368,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e2b6ae8f-0a00-e60b-a827-8601f528f905 + - d3fb4e7e-1b06-5179-bb67-dedd9c3ad6e1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2405,7 +2405,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:31 GMT + - Wed, 24 Jul 2024 06:27:15 GMT Expires: - "0" Pragma: @@ -2423,18 +2423,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 628dcc00-c90b-4fef-7dd8-f5205061e862 + - 409521b7-68b2-436a-5214-44b39e10e528 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 383.815958ms + duration: 325.379617ms - id: 34 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2447,9 +2447,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 602d161c-383a-2d30-691a-56033e3a20d4 + - ce7ae4c1-9d4a-7ca6-d6bb-31ceb63692f5 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2460,20 +2460,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:34 GMT + - Wed, 24 Jul 2024 06:27:15 GMT Expires: - "0" Pragma: @@ -2489,12 +2489,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c0bab3d2-08d1-448e-6cfd-98b1123aca17 + - 0aa4da3d-062f-472c-5d5e-b962d706ae54 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.739310458s + duration: 228.650855ms - id: 35 request: proto: HTTP/1.1 @@ -2507,15 +2507,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","newName":"tf-test-destination","plan":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","newName":"tf-test-destination","plan":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1f0ffa88-fcd4-c872-0846-1102b77f4501 + - 4b554a89-7cdb-ddf3-7bf1-9570b3e15dfe X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2534,7 +2534,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","command":"btp get services/instance 02c9e740-112d-43b1-9cb4-8d4c53ac72a1 --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","command":"btp get services/instance 35070a87-cc61-4ed2-923a-ee2ee35041a3 --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2543,7 +2543,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:35 GMT + - Wed, 24 Jul 2024 06:27:16 GMT Expires: - "0" Pragma: @@ -2561,12 +2561,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 02ad6412-f2a1-4d02-5e6f-d8e1c6a4a9b2 + - 8bb3a6c4-4d72-4bf6-5bde-ed28509b9cfe X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 492.059708ms + duration: 369.976206ms - id: 36 request: proto: HTTP/1.1 @@ -2579,15 +2579,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bfb591f6-f35e-8752-1d2f-2da34af7bd0b + - 3fd6dba9-4a14-ecdc-1f46-5b4177eda562 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2606,7 +2606,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"1e37d4f4-f74c-4560-aab7-b9c221ff210b","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"1f0ffa88-fcd4-c872-0846-1102b77f4501","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:35.129562Z","updated_at":"2024-07-15T15:50:35.499149Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:35.477595Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"e5b8bd2f-8971-431e-bca8-87e26c74d3d4","ready":true,"type":"update","state":"in progress","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4b554a89-7cdb-ddf3-7bf1-9570b3e15dfe","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:16.229388Z","updated_at":"2024-07-24T06:27:16.229388Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","region":"cf-eu12","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:00.495948Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2615,7 +2615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:35 GMT + - Wed, 24 Jul 2024 06:27:16 GMT Expires: - "0" Pragma: @@ -2633,12 +2633,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6512b6d7-d2f9-464d-7239-4658f6e26efb + - 19fa41ed-3e6b-48da-5528-3f67cc010c33 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 384.716459ms + duration: 258.965903ms - id: 37 request: proto: HTTP/1.1 @@ -2651,15 +2651,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d949042b-1735-49ff-e384-93fabeba9396 + - 883bc0c1-e70e-1b7b-37b1-e319fcfe28f3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2688,7 +2688,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:35 GMT + - Wed, 24 Jul 2024 06:27:16 GMT Expires: - "0" Pragma: @@ -2706,12 +2706,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fe28e5d8-d142-40ad-59f4-8925487ecd4a + - 1a967297-be97-437f-44fd-49f448dbbb68 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 301.908291ms + duration: 303.303481ms - id: 38 request: proto: HTTP/1.1 @@ -2724,15 +2724,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3c237569-73d5-9c2c-f162-9dd567df5dbb + - e0bb905e-00b4-f059-6933-8fcadc983b31 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2761,7 +2761,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:36 GMT + - Wed, 24 Jul 2024 06:27:17 GMT Expires: - "0" Pragma: @@ -2779,12 +2779,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6fc2d9d1-d8d1-432a-6d98-a471cdff5bec + - f6bbc255-dbef-4e17-53c3-ad9e27029190 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 312.74625ms + duration: 391.569223ms - id: 39 request: proto: HTTP/1.1 @@ -2797,15 +2797,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 07fe610a-ff92-e6f2-dc6c-2b6aabb04bd9 + - 7828613e-644e-6ab7-830c-93fa2282a2a8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2824,7 +2824,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"1e37d4f4-f74c-4560-aab7-b9c221ff210b","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"1f0ffa88-fcd4-c872-0846-1102b77f4501","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:35.129562Z","updated_at":"2024-07-15T15:50:35.499149Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:35.477595Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"e5b8bd2f-8971-431e-bca8-87e26c74d3d4","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4b554a89-7cdb-ddf3-7bf1-9570b3e15dfe","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:16.229388Z","updated_at":"2024-07-24T06:27:16.605027Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"region":"cf-eu12","env_type":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","crm_customer_id":"","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:16.587371Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2833,7 +2833,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:42 GMT + - Wed, 24 Jul 2024 06:27:23 GMT Expires: - "0" Pragma: @@ -2851,12 +2851,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1de0a2ce-8607-4ebe-577e-3c0ff71d85dd + - 583cdb81-16f1-49d1-4765-1d4d851019a6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 259.971334ms + duration: 255.209522ms - id: 40 request: proto: HTTP/1.1 @@ -2869,15 +2869,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0deaac7e-4b8d-fe56-c94a-33d0f256538c + - f5803b1a-b690-d335-56c1-ef2f0fc19b87 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2906,7 +2906,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:42 GMT + - Wed, 24 Jul 2024 06:27:23 GMT Expires: - "0" Pragma: @@ -2924,12 +2924,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 74e9609b-8984-45e3-4529-f5b782bf99d7 + - b4cde4c3-25c5-44e3-6b95-3af198bc7e5e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 415.033333ms + duration: 502.028892ms - id: 41 request: proto: HTTP/1.1 @@ -2942,15 +2942,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4209cdc4-10f7-d20a-1127-c956d8b42b94 + - e83b9f90-f9ff-5729-4081-dc7f8ee432dd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2979,7 +2979,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:43 GMT + - Wed, 24 Jul 2024 06:27:24 GMT Expires: - "0" Pragma: @@ -2997,12 +2997,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7a815134-2901-4752-755d-d1303b6e8e44 + - 328d24b7-56cb-42c8-4921-532d4b810fd6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 511.62375ms + duration: 306.032542ms - id: 42 request: proto: HTTP/1.1 @@ -3015,15 +3015,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","name":"tf-test-destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","name":"tf-test-destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - cca89168-fb29-ac07-ed86-a445ea92ea56 + - 71c137c7-4cd8-c136-68d1-708ae1c08bd3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3042,7 +3042,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"7e61a3be-39e6-43ff-bbd9-8ec74dc4e1d2","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"cca89168-fb29-ac07-ed86-a445ea92ea56","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:43.802603Z","updated_at":"2024-07-15T15:50:44.007527Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:43.954472566Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"dcc72e55-96bd-4912-82fa-a9495d241268","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"71c137c7-4cd8-c136-68d1-708ae1c08bd3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:24.650328Z","updated_at":"2024-07-24T06:27:24.838891Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"region":"cf-eu12","env_type":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","crm_customer_id":"","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:24.784923763Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3051,7 +3051,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:44 GMT + - Wed, 24 Jul 2024 06:27:24 GMT Expires: - "0" Pragma: @@ -3069,12 +3069,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a84e58fa-c84f-4e48-7cd0-61c6a77fe6b8 + - 24b4d4df-0ae9-45db-5be4-ae03bba35e5b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 612.580416ms + duration: 571.301746ms - id: 43 request: proto: HTTP/1.1 @@ -3087,15 +3087,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - cf85c01a-8b6e-c574-7658-6145cf92eb43 + - f679c24b-668b-cba6-ae0b-f99e171efa50 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3114,7 +3114,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"7e61a3be-39e6-43ff-bbd9-8ec74dc4e1d2","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"cca89168-fb29-ac07-ed86-a445ea92ea56","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:43.802603Z","updated_at":"2024-07-15T15:50:44.007527Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:43.954473Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"dcc72e55-96bd-4912-82fa-a9495d241268","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"71c137c7-4cd8-c136-68d1-708ae1c08bd3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:24.650328Z","updated_at":"2024-07-24T06:27:24.838891Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"region":"cf-eu12","env_type":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","crm_customer_id":"","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:24.784924Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3123,7 +3123,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:44 GMT + - Wed, 24 Jul 2024 06:27:25 GMT Expires: - "0" Pragma: @@ -3141,12 +3141,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ff162f6f-71eb-45ac-5516-fbf18226b813 + - e9880904-1365-4b9f-5f41-397ea7efaeaf X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 306.407584ms + duration: 349.621832ms - id: 44 request: proto: HTTP/1.1 @@ -3159,15 +3159,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ceb852ae-164c-8ba5-ddd2-d2be240a5dae + - a53688e5-9f99-19d3-aac0-26aab9d203b9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3196,7 +3196,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:44 GMT + - Wed, 24 Jul 2024 06:27:25 GMT Expires: - "0" Pragma: @@ -3214,12 +3214,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5e059c01-d458-470c-7c18-c5b87460cab5 + - 0092cfa4-2e7b-4082-5810-a6996b63d98b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 409.183333ms + duration: 329.980676ms - id: 45 request: proto: HTTP/1.1 @@ -3232,15 +3232,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e80fa8ed-8d33-e27e-a80b-508f72d168dd + - ced44c46-1da3-a2dc-c8f2-7d6954055e28 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3269,7 +3269,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:45 GMT + - Wed, 24 Jul 2024 06:27:25 GMT Expires: - "0" Pragma: @@ -3287,12 +3287,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ba2d8961-31b2-49b7-69af-f1122cbe7add + - c2e3d5dc-6ba2-42ee-6374-238561aeafcc X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 311.657ms + duration: 277.408424ms - id: 46 request: proto: HTTP/1.1 @@ -3305,15 +3305,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f675ec14-c865-6c7f-cfc2-ae3861af620b + - 3a1097a1-43a0-ef7a-d586-b42bcc6677bd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3332,7 +3332,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"7e61a3be-39e6-43ff-bbd9-8ec74dc4e1d2","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"cca89168-fb29-ac07-ed86-a445ea92ea56","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:43.802603Z","updated_at":"2024-07-15T15:50:44.007527Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:43.954473Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"dcc72e55-96bd-4912-82fa-a9495d241268","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"71c137c7-4cd8-c136-68d1-708ae1c08bd3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:24.650328Z","updated_at":"2024-07-24T06:27:24.838891Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"region":"cf-eu12","env_type":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","crm_customer_id":"","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:24.784924Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3341,7 +3341,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:51 GMT + - Wed, 24 Jul 2024 06:27:32 GMT Expires: - "0" Pragma: @@ -3359,12 +3359,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f57382a6-f11b-45be-7df4-3d7f41c5c7ff + - 7e28557c-263f-43bc-736c-39e06de93321 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 295.733166ms + duration: 288.186067ms - id: 47 request: proto: HTTP/1.1 @@ -3377,15 +3377,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 24aea1fc-0432-ebce-c4e9-3873aba75e96 + - 92088a5c-3afc-cf2a-ea65-b4501e36e5a8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3414,7 +3414,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:51 GMT + - Wed, 24 Jul 2024 06:27:32 GMT Expires: - "0" Pragma: @@ -3432,12 +3432,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4407b750-2c8a-46ca-46c5-e5ed7ae6e015 + - 18a694b8-fc4b-4b02-74c5-48cfa794d2e6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 366.778833ms + duration: 296.676798ms - id: 48 request: proto: HTTP/1.1 @@ -3450,15 +3450,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 876200a9-1c1d-2a8e-80b4-7d8e587122e2 + - 04968519-46dd-4a78-77db-6b09a080c817 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3487,7 +3487,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:52 GMT + - Wed, 24 Jul 2024 06:27:32 GMT Expires: - "0" Pragma: @@ -3505,18 +3505,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2acae134-68e6-4266-7708-8c6978e99ff6 + - 48ef9954-351d-47d7-5e57-46765b29c71b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 341.041667ms + duration: 286.097984ms - id: 49 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3529,9 +3529,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4a2fa243-b57f-d234-48dd-5453f53de1ac + - ff336331-1aa0-15d5-94ab-a6bd06433b38 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3542,20 +3542,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:55 GMT + - Wed, 24 Jul 2024 06:27:33 GMT Expires: - "0" Pragma: @@ -3571,12 +3571,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 07fe89d1-bea8-4dd8-47c0-ac012a8661c6 + - 59f760b8-292e-4f07-4b8f-90f1417e4db2 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.892148916s + duration: 441.227749ms - id: 50 request: proto: HTTP/1.1 @@ -3595,9 +3595,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 92a36cbd-2d5f-69bc-f2dc-fb9ed595475b + - dd51a641-7126-6ddc-8dd0-85f2e73c86b4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3616,7 +3616,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3625,7 +3625,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:55 GMT + - Wed, 24 Jul 2024 06:27:33 GMT Expires: - "0" Pragma: @@ -3643,33 +3643,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fceae22c-4456-4fb1-55f7-671fdfe1a75e + - 144b3990-19c4-4b9b-5ac5-3e47edd9b7a3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 228.89675ms + duration: 177.574842ms - id: 51 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 70 + content_length: 91 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"name":"destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 14ac838d-2534-5d64-0e36-5bae703550bc + - 8563dcb1-cb36-ce83-7c12-9f2de4881f88 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3678,7 +3678,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get method: POST response: proto: HTTP/2.0 @@ -3688,7 +3688,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3697,7 +3697,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:55 GMT + - Wed, 24 Jul 2024 06:27:33 GMT Expires: - "0" Pragma: @@ -3715,33 +3715,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a987da15-b723-4010-5bb1-38c096210fca + - 94ec15d4-b833-480e-50b2-45c2673b06e9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 391.943083ms + duration: 408.758379ms - id: 52 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 91 + content_length: 70 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"name":"destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0683ebac-eaaa-c594-fd60-19b5b34b0aa1 + - 02695523-022a-30f0-b08b-767988f97986 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3750,7 +3750,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list method: POST response: proto: HTTP/2.0 @@ -3760,7 +3760,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3769,7 +3769,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:56 GMT + - Wed, 24 Jul 2024 06:27:34 GMT Expires: - "0" Pragma: @@ -3787,18 +3787,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ea14948b-3443-48bd-6920-1f20a05a8f1d + - 50f4b580-2552-43d8-5367-96142c5b4d06 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 451.425708ms + duration: 355.5537ms - id: 53 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3811,9 +3811,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 72840cd4-21ef-5c46-ed06-bd7a5eefc68b + - 62a3ed3a-1d5d-abe3-6c98-e610d40532cb X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3824,20 +3824,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:56 GMT + - Wed, 24 Jul 2024 06:27:34 GMT Expires: - "0" Pragma: @@ -3853,12 +3853,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1d9b1233-3913-47a7-58cf-b75637bf9cbc + - cce991f8-a24f-4c67-7143-29f30e405247 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 184.629792ms + duration: 261.572726ms - id: 54 request: proto: HTTP/1.1 @@ -3877,9 +3877,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1c3d9381-6e25-dfd1-63a7-7b86d0498227 + - ca13f736-16fe-fcb1-0b06-14516c17b1a9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3898,7 +3898,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3907,7 +3907,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:56 GMT + - Wed, 24 Jul 2024 06:27:34 GMT Expires: - "0" Pragma: @@ -3925,12 +3925,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 30ceec06-ca70-4ccb-5b08-bfca59398c97 + - ecb1fa83-2381-44f4-7aa6-fb244c94f9e1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 169.298292ms + duration: 168.623492ms - id: 55 request: proto: HTTP/1.1 @@ -3949,9 +3949,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ebd23374-3f4a-a266-d909-f812cd2f37cf + - f67aa42e-9eae-8440-0f58-0cfc531500ec X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3970,7 +3970,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3979,7 +3979,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:57 GMT + - Wed, 24 Jul 2024 06:27:35 GMT Expires: - "0" Pragma: @@ -3997,12 +3997,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1f8a1601-a5fb-4103-7e3c-9fa8b4b57087 + - beb651c5-0cb6-4e6f-6bb1-2b1193c1ef44 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 343.314583ms + duration: 325.36112ms - id: 56 request: proto: HTTP/1.1 @@ -4021,9 +4021,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - dd9047d2-5930-5e85-9ed2-0c2aaa0bfb78 + - b542721a-2141-4d17-231b-71cb78d9cf80 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4042,7 +4042,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -4051,7 +4051,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:57 GMT + - Wed, 24 Jul 2024 06:27:35 GMT Expires: - "0" Pragma: @@ -4069,12 +4069,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d0d76bc5-4900-44ba-4b33-4987648a82b3 + - 79fd2bba-bb1a-4b3c-7f3c-5c53d1e23d3e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 401.337459ms + duration: 415.694651ms - id: 57 request: proto: HTTP/1.1 @@ -4087,15 +4087,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5763f417-3e50-b0df-bd3b-d5ad2c9156e6 + - 2c5ab431-16f2-6d1b-c3a1-259821c6a4b9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4114,7 +4114,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","ready":true,"last_operation":{"id":"7e61a3be-39e6-43ff-bbd9-8ec74dc4e1d2","ready":true,"type":"update","state":"succeeded","resource_id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"cca89168-fb29-ac07-ed86-a445ea92ea56","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:50:43.802603Z","updated_at":"2024-07-15T15:50:44.007527Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","platform":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:58.825506Z","updated_at":"2024-07-15T15:50:43.954473Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","ready":true,"last_operation":{"id":"dcc72e55-96bd-4912-82fa-a9495d241268","ready":true,"type":"update","state":"succeeded","resource_id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"71c137c7-4cd8-c136-68d1-708ae1c08bd3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:27:24.650328Z","updated_at":"2024-07-24T06:27:24.838891Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"region":"cf-eu12","env_type":"sapcp","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","platform":"sapcp","crm_customer_id":"","instance_name":"tf-test-destination"},"usable":true,"shared":false,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:52.404449Z","updated_at":"2024-07-24T06:27:24.784924Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -4123,7 +4123,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:57 GMT + - Wed, 24 Jul 2024 06:27:35 GMT Expires: - "0" Pragma: @@ -4141,12 +4141,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2e083323-e139-4ba9-7f3a-26505d9cc68d + - cfe1eb73-f876-4159-4f70-14f71736baba X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 401.781708ms + duration: 351.268332ms - id: 58 request: proto: HTTP/1.1 @@ -4159,15 +4159,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fb47d733-9bcc-1c3d-8ba7-3f4a45a6cb32 + - edd1194c-6beb-b706-1672-635554a0e75c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4196,7 +4196,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:58 GMT + - Wed, 24 Jul 2024 06:27:36 GMT Expires: - "0" Pragma: @@ -4214,12 +4214,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 44fc011a-4cfe-47d6-71ee-20903ad03799 + - 7a0bb6e7-2bd4-4716-41d9-e04d241407b7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 306.519416ms + duration: 288.824691ms - id: 59 request: proto: HTTP/1.1 @@ -4232,15 +4232,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4322a699-e595-c3f3-9b39-933418f71f4f + - f32681ca-dc6a-94b3-f48f-961fa2dd2916 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4269,7 +4269,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:50:58 GMT + - Wed, 24 Jul 2024 06:27:36 GMT Expires: - "0" Pragma: @@ -4287,18 +4287,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8207543e-b4bd-4666-6695-b7639e863ccf + - 73c42f54-7e22-4b24-7629-1741fa5554d0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 294.223792ms + duration: 279.823039ms - id: 60 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -4311,9 +4311,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2aba34a4-4f6c-d6b8-b6a6-5496dcbedd3a + - 0bd35405-b70c-006d-196d-d80e230c71e5 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -4324,20 +4324,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:01 GMT + - Wed, 24 Jul 2024 06:27:36 GMT Expires: - "0" Pragma: @@ -4353,18 +4353,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - bd003f08-cb36-4f95-56d3-44ff3d050ce4 + - 10cee95e-7fd7-49e6-4373-586147be2872 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.761192167s + duration: 320.889344ms - id: 61 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -4377,9 +4377,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8b21dc43-6d8c-ab31-f572-91d0071d2b81 + - 6be5cac6-f57a-0961-725e-132c51999592 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -4390,20 +4390,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:01 GMT + - Wed, 24 Jul 2024 06:27:37 GMT Expires: - "0" Pragma: @@ -4419,12 +4419,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - db5fe86a-bdba-4cf0-4f38-2de707b1158e + - 49786094-a02c-4a4a-466c-dcc4bf080eec X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 350.402333ms + duration: 243.411416ms - id: 62 request: proto: HTTP/1.1 @@ -4437,15 +4437,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3d57ab89-96d0-eb2e-3d21-fff3539042de + - e325effa-1d7e-b85c-90b0-af795d8bf3ff X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4473,7 +4473,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:02 GMT + - Wed, 24 Jul 2024 06:27:38 GMT Expires: - "0" Pragma: @@ -4491,12 +4491,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f1565cae-3963-402e-6266-a6f14c5faa02 + - 58474356-cd29-4c50-6882-f81d5f1d4c7c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.195038542s + duration: 1.160000934s - id: 63 request: proto: HTTP/1.1 @@ -4509,15 +4509,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"02c9e740-112d-43b1-9cb4-8d4c53ac72a1","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"35070a87-cc61-4ed2-923a-ee2ee35041a3","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bf073787-a23f-3c40-dc72-47cf70b0846f + - 5af35dee-5e01-f6cb-1796-89345baf9488 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4546,7 +4546,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:51:09 GMT + - Wed, 24 Jul 2024 06:27:44 GMT Expires: - "0" Pragma: @@ -4564,9 +4564,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 61a401ee-4bbc-46ec-56a7-f137a6d1580d + - 28dfd9c9-aded-4544-568d-727616f2219d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 504.712291ms + duration: 312.488544ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_enabled.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_enabled.yaml index 5ee6d4e8..d6158ca6 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_enabled.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.with_sharing_enabled.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a803adc6-5e20-eab6-1f38-ae8811e86a8b + - 59a075fe-949a-24bb-2555-424fafd96f3b X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:16 GMT + - Wed, 24 Jul 2024 06:26:09 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 25c628bb-ee50-49ef-6b79-eb368d134f55 + - 50b761a0-4274-42dc-5f86-134b98b73c51 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.033917334s + duration: 506.770608ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6c3e3ae6-28ac-fe4d-b13f-66812bacdde1 + - 977cd6d7-0326-b8fe-3b55-5ce2231123a2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:16 GMT + - Wed, 24 Jul 2024 06:26:09 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 458a94b9-e983-4cc0-72c3-e6749b533dce + - b9e41182-cd7b-4e71-596c-5dc5e4d0cb42 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 148.440125ms + duration: 192.141412ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 26e8dbc2-e5a9-01e6-b42d-d78ca8ea363c + - d4545001-ef92-1c4f-800a-23e9c4794745 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:17 GMT + - Wed, 24 Jul 2024 06:26:09 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9c92d51b-13a9-472a-4252-2f63db982a41 + - 3455db0a-fc75-4884-6ade-185967336eaa X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 367.070666ms + duration: 323.748071ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - db88f4f9-0bbd-34e3-9cec-c23f048765c0 + - cb992e3c-5ad7-2df7-5c9c-aabaaa5cac7c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:17 GMT + - Wed, 24 Jul 2024 06:26:10 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b9400d2c-bed8-4b3b-5ba9-6bb0e50bf8a2 + - a9919ec7-2477-4204-49a4-1f94c9875bae X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 430.523041ms + duration: 375.318774ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0ea777b7-8b59-4b3d-72e5-3a39e4d78066 + - e1092aa1-b5f4-7284-6654-dea857f40609 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:18 GMT + - Wed, 24 Jul 2024 06:26:10 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3108a2dd-5289-4b17-7ddc-0814acfed33d + - fc7098ef-0d11-481d-62e4-30f355efbc51 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 374.277291ms + duration: 281.981244ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 10538a4b-4496-a860-4224-88c2a20c3433 + - a488cea1-6fcb-ac3c-aea6-69d823b2533f X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","ready":true,"last_operation":{"id":"5e9eb9e8-ac4f-4119-b64c-5e092cac83b0","ready":true,"type":"create","state":"succeeded","resource_id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"10538a4b-4496-a860-4224-88c2a20c3433","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:18.523672Z","updated_at":"2024-07-15T15:49:19.124264Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:18.523669Z","updated_at":"2024-07-15T15:49:19.118613589Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","ready":true,"last_operation":{"id":"c14e7d9c-c638-4f5d-ab81-051925ab021d","ready":true,"type":"create","state":"succeeded","resource_id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"a488cea1-6fcb-ac3c-aea6-69d823b2533f","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:11.047203Z","updated_at":"2024-07-24T06:26:11.716983Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:11.047201Z","updated_at":"2024-07-24T06:26:11.709478948Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:19 GMT + - Wed, 24 Jul 2024 06:26:11 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e856d931-f81a-473b-72a7-745b952b4be7 + - eac4c716-afdc-4923-4656-f04d2317d84c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 999.21025ms + duration: 1.098527602s - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8fc3c46d-06c0-26f7-0645-8abf0624d324 + - 538c2447-e30b-b979-0b13-547df0c60951 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","ready":true,"last_operation":{"id":"5e9eb9e8-ac4f-4119-b64c-5e092cac83b0","ready":true,"type":"create","state":"succeeded","resource_id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"10538a4b-4496-a860-4224-88c2a20c3433","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:18.523672Z","updated_at":"2024-07-15T15:49:19.124264Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:18.523669Z","updated_at":"2024-07-15T15:49:19.118614Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","ready":true,"last_operation":{"id":"c14e7d9c-c638-4f5d-ab81-051925ab021d","ready":true,"type":"create","state":"succeeded","resource_id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"a488cea1-6fcb-ac3c-aea6-69d823b2533f","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:11.047203Z","updated_at":"2024-07-24T06:26:11.716983Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-destination"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:11.047201Z","updated_at":"2024-07-24T06:26:11.709479Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:25 GMT + - Wed, 24 Jul 2024 06:26:18 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4ab3ce6c-7344-4fc4-4601-3ca630021db3 + - 5e5855d3-b051-40cc-631d-48f7439e70e0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.094125ms + duration: 273.193326ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9afff3d4-f8f6-666f-e5fa-b6f757552e7f + - f61788bd-f9e8-2340-579d-f757cc780293 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:25 GMT + - Wed, 24 Jul 2024 06:26:18 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a614c03c-eea3-45ba-4235-4f7815e743d7 + - 0e421eb5-361b-45cd-7547-50b625c35bde X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 306.972958ms + duration: 272.779232ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0c83a9c3-1829-6b2b-d52c-d7ec25caf621 + - 88d20757-7315-efbf-afc5-810149585d80 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:26 GMT + - Wed, 24 Jul 2024 06:26:18 GMT Expires: - "0" Pragma: @@ -633,12 +633,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 28f2a372-98ac-496c-7313-32134722624f + - 633af0ed-aa09-47d2-4787-1b9524339bc0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 329.364375ms + duration: 277.404063ms - id: 9 request: proto: HTTP/1.1 @@ -651,15 +651,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","name":"tf-test-destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","name":"tf-test-destination","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c51e9a09-4f47-dd37-40d3-008a481ffcf4 + - 6d24acfc-4171-0c88-da81-6a1a66f3ffe4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -678,7 +678,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","ready":true,"last_operation":{"id":"59d55f16-acda-4522-b09a-04b1968c67fa","ready":true,"type":"update","state":"succeeded","resource_id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c51e9a09-4f47-dd37-40d3-008a481ffcf4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:26.534634Z","updated_at":"2024-07-15T15:49:26.755537Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:18.523669Z","updated_at":"2024-07-15T15:49:26.69644878Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","ready":true,"last_operation":{"id":"f8723967-ca13-4226-80ef-0a834eb04e0c","ready":true,"type":"update","state":"succeeded","resource_id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"6d24acfc-4171-0c88-da81-6a1a66f3ffe4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:18.894498Z","updated_at":"2024-07-24T06:26:19.112995Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:11.047201Z","updated_at":"2024-07-24T06:26:19.064038372Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -687,7 +687,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:26 GMT + - Wed, 24 Jul 2024 06:26:19 GMT Expires: - "0" Pragma: @@ -705,12 +705,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9a1345fc-1c7a-4998-4bb1-e14f2652ce18 + - 74fbb046-162b-43a4-782d-19b1d8ecd969 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 615.395542ms + duration: 561.828179ms - id: 10 request: proto: HTTP/1.1 @@ -723,15 +723,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8831e076-daa5-bff6-c224-ab02bb645600 + - bc33d5ce-a766-b3eb-03e7-732d7bc02207 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -750,7 +750,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","ready":true,"last_operation":{"id":"59d55f16-acda-4522-b09a-04b1968c67fa","ready":true,"type":"update","state":"succeeded","resource_id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c51e9a09-4f47-dd37-40d3-008a481ffcf4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:26.534634Z","updated_at":"2024-07-15T15:49:26.755537Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:18.523669Z","updated_at":"2024-07-15T15:49:26.696449Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","ready":true,"last_operation":{"id":"f8723967-ca13-4226-80ef-0a834eb04e0c","ready":true,"type":"update","state":"succeeded","resource_id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"6d24acfc-4171-0c88-da81-6a1a66f3ffe4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:18.894498Z","updated_at":"2024-07-24T06:26:19.112995Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:11.047201Z","updated_at":"2024-07-24T06:26:19.064038Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -759,7 +759,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:27 GMT + - Wed, 24 Jul 2024 06:26:19 GMT Expires: - "0" Pragma: @@ -777,12 +777,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 52be1d6f-66d8-4cb4-5458-6b76408c7a3a + - 8ac9f4d7-0e36-42df-4b65-b31991c00c77 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 316.482834ms + duration: 248.37772ms - id: 11 request: proto: HTTP/1.1 @@ -795,15 +795,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 78b55b51-8ea9-54c6-4cbe-a62671568da0 + - 72d5f0b8-2d3b-b7b6-d8f6-812782908463 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -832,7 +832,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:27 GMT + - Wed, 24 Jul 2024 06:26:19 GMT Expires: - "0" Pragma: @@ -850,12 +850,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ba35ce56-8550-4a11-4fef-e6e776691628 + - 60be8fa3-a655-408c-4e93-abd48718619b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 350.157083ms + duration: 278.466801ms - id: 12 request: proto: HTTP/1.1 @@ -868,15 +868,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e0eddff8-87cb-b6b0-bd08-81e843f21f12 + - a2f4d501-eb4b-f14e-fd74-2ba8e1d21f7a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -905,7 +905,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:27 GMT + - Wed, 24 Jul 2024 06:26:19 GMT Expires: - "0" Pragma: @@ -923,12 +923,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9d09b8af-0296-41bb-4f03-3d36eb0e7633 + - a8e892fa-88f3-4c8e-7600-5cc84ee104d1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.721958ms + duration: 265.954552ms - id: 13 request: proto: HTTP/1.1 @@ -941,15 +941,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 80978e68-7b26-7557-27f4-a8c5e8745808 + - ac3195f5-c6bc-5b7c-1564-78f31d7660db X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -968,7 +968,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","ready":true,"last_operation":{"id":"59d55f16-acda-4522-b09a-04b1968c67fa","ready":true,"type":"update","state":"succeeded","resource_id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c51e9a09-4f47-dd37-40d3-008a481ffcf4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:26.534634Z","updated_at":"2024-07-15T15:49:26.755537Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:18.523669Z","updated_at":"2024-07-15T15:49:26.696449Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","ready":true,"last_operation":{"id":"f8723967-ca13-4226-80ef-0a834eb04e0c","ready":true,"type":"update","state":"succeeded","resource_id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"6d24acfc-4171-0c88-da81-6a1a66f3ffe4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:18.894498Z","updated_at":"2024-07-24T06:26:19.112995Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:11.047201Z","updated_at":"2024-07-24T06:26:19.064038Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -977,7 +977,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:34 GMT + - Wed, 24 Jul 2024 06:26:26 GMT Expires: - "0" Pragma: @@ -995,12 +995,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - edc0514f-983c-4028-67e3-3c7982f85feb + - ebc0e2d7-6142-47ec-5867-ad2c962ba15e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 367.464291ms + duration: 286.47684ms - id: 14 request: proto: HTTP/1.1 @@ -1013,15 +1013,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 78a05144-9ff5-1b4e-855d-d38e00a6cff2 + - 5a2b5d51-c10a-4fe4-0543-4f33af519846 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1050,7 +1050,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:34 GMT + - Wed, 24 Jul 2024 06:26:26 GMT Expires: - "0" Pragma: @@ -1068,12 +1068,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f9fa9e78-681a-4db9-7f3a-f5ba1b3201d4 + - 1f9e2d80-fa2a-47d3-65f5-a62bc0b4f5f3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 370.463291ms + duration: 315.551999ms - id: 15 request: proto: HTTP/1.1 @@ -1086,15 +1086,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f712f586-289e-615a-647d-96b8dd852a19 + - 3a896e0d-52ee-1a37-bebd-f072eef0cac9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1123,7 +1123,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:34 GMT + - Wed, 24 Jul 2024 06:26:26 GMT Expires: - "0" Pragma: @@ -1141,18 +1141,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 02570547-7fcf-4441-6b87-6f6919449829 + - 97df5677-f252-4714-515a-1f66f6e1e14d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 307.2995ms + duration: 318.814621ms - id: 16 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1165,9 +1165,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8151eb64-3b54-b4c9-301e-8555b32c7f68 + - 075ec320-146a-2a52-a671-00b080ec2929 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1178,20 +1178,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:35 GMT + - Wed, 24 Jul 2024 06:26:27 GMT Expires: - "0" Pragma: @@ -1207,12 +1207,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a4678d39-9307-4c70-5c26-f57c441ae151 + - c86367fb-889a-40f5-69b7-0092893fe3cb X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 233.831042ms + duration: 241.953746ms - id: 17 request: proto: HTTP/1.1 @@ -1231,9 +1231,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - eeee12dc-ffef-c33f-656c-24cff41c7cc3 + - 2f26e071-d356-c4ad-17d5-40f68794f995 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1252,7 +1252,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1261,7 +1261,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:35 GMT + - Wed, 24 Jul 2024 06:26:27 GMT Expires: - "0" Pragma: @@ -1279,12 +1279,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6c8eeff7-4143-437f-620a-359e56b350e9 + - 3ca111cf-c83d-4500-5e39-8727ab797fe9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 149.937833ms + duration: 238.186806ms - id: 18 request: proto: HTTP/1.1 @@ -1303,9 +1303,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 84f0bf1d-2026-63e7-4b19-ceb1816e365e + - 6d5cbacf-c7cc-32cd-292f-ab1b95e2fdf4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.473497Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.23559Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1333,7 +1333,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:35 GMT + - Wed, 24 Jul 2024 06:26:27 GMT Expires: - "0" Pragma: @@ -1351,12 +1351,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 94189b98-7d71-412d-4cf0-a230cbcb3340 + - 657cab4a-4f0c-4eee-4178-0f58f5f31817 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 337.290709ms + duration: 357.453465ms - id: 19 request: proto: HTTP/1.1 @@ -1375,9 +1375,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8723e3e7-1a7b-ab24-91a9-b314665cf487 + - c9f4e3ac-5bd3-b46a-9250-e471e8f2453e X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1396,7 +1396,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1405,7 +1405,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:36 GMT + - Wed, 24 Jul 2024 06:26:28 GMT Expires: - "0" Pragma: @@ -1423,18 +1423,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b04a00db-2e2c-415b-4562-0616a966fd59 + - 893f1d28-ef16-4ae9-708d-7e945136648c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 382.260875ms + duration: 424.17256ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1447,9 +1447,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 95d92e20-f7ed-54e8-8fc7-8820ed676fb5 + - cfdf59fc-d9f2-3f75-fea6-a80564a2b605 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1460,20 +1460,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:39 GMT + - Wed, 24 Jul 2024 06:26:28 GMT Expires: - "0" Pragma: @@ -1489,12 +1489,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 28ca65f7-3995-438b-5ea6-0ed8db41b9f8 + - 87411dd4-8acc-4916-54f6-e6f03e6e72ce X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.380442083s + duration: 229.408777ms - id: 21 request: proto: HTTP/1.1 @@ -1513,9 +1513,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8b6c54d5-87f3-74fc-126f-752013b2f6a8 + - 2d0102f3-f830-d6fc-b913-944e88631e2a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1534,7 +1534,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+7@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1543,7 +1543,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:39 GMT + - Wed, 24 Jul 2024 06:26:28 GMT Expires: - "0" Pragma: @@ -1561,12 +1561,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6519603c-8c5f-4bec-43ed-7b8148569054 + - 6d0985e8-489c-498a-7bce-8d5426d13967 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 144.894959ms + duration: 213.066667ms - id: 22 request: proto: HTTP/1.1 @@ -1585,9 +1585,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ee41bbe8-78e7-55f2-75a1-9852fb32c486 + - bbdbadb3-e96d-30c0-5aba-80024641bae4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1606,7 +1606,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.473497Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"bindable":true,"catalog_id":"7cd4cd01-df9f-4047-9b24-e01c6c7ad50a","catalog_name":"reference-instance","created_at":"2022-05-12T16:38:15.465241Z","data_center":"","description":"Allows to create a reference to a shared service instance from any environment in a subaccount and manage service bindings to that service instance.","free":true,"id":"8bf612e7-ed7a-4d28-b6e8-f8a2a6a6d931","metadata":{"supportedPlatforms":[]},"name":"reference-instance","plan_updateable":false,"ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":["referenced_instance_id","selectors"],"_show_form_view":true,"additionalProperties":false,"properties":{"referenced_instance_id":{"description":"Specify the ID of the instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Shared Instance ID","type":"string"},"selectors":{"_controlsOrder":["instance_name_selector","plan_name_selector","instance_label_selector"],"description":"You can create a reference to a shared service instance without providing its ID. Use instead various attributes, such as plan, instance name, or labels to find a matching shared instance to which to create the reference.","properties":{"instance_label_selector":{"description":"Use label query to find the shared instance to which you want to create the reference. For example: “origin eq ‘eu’” returns an instance whose origin is in the EU. You can add multiple label queries to a single search.","items":{"type":"string"},"minItems":0,"title":"Labels","type":"array"},"instance_name_selector":{"description":"Specify the instance name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Instance Name","type":"string"},"plan_name_selector":{"description":"Specify the plan name of the shared instance to which you want to create the reference.","maxLength":100,"minLength":0,"title":"Plan Name","type":"string"}},"title":"Find by","type":"object"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_controlsOrder":[],"_show_form_view":false,"additionalProperties":false,"properties":{},"type":"object"}}}},"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.23559Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1615,7 +1615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:40 GMT + - Wed, 24 Jul 2024 06:26:29 GMT Expires: - "0" Pragma: @@ -1633,12 +1633,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a9ddd6fe-0c4f-4066-411b-eef5c68b1106 + - e2d24c02-ba80-4590-5cea-84640a175749 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 362.535542ms + duration: 329.997239ms - id: 23 request: proto: HTTP/1.1 @@ -1657,9 +1657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f9e4f610-6d8a-fe1b-6fea-1e707a99b68a + - 7b44a547-e708-9281-b469-15b3d927ead3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1678,7 +1678,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-15T13:44:42.417588Z"}' + body: '{"id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","ready":true,"name":"destination","description":"Provides a secure and reliable access to destination and certificate configurations","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"tags":["destination","conn","connsvc"],"metadata":{"longDescription":"Use the Destination service to provide your cloud applications with access to destination and certificate configurations in a secure and reliable way","documentationUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/34010ace6ac84574a4ad02f5055d3597.html","providerDisplayName":"SAP SE","serviceInventoryId":"SERVICE-171","displayName":"Destination","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iZGVzdGluYXRpb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVhN2E5NDt9LmNscy0ye2ZpbGw6IzAwOTJkMTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlc3RpbmF0aW9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOSw1MkgxMC4wOTRhMy4wNzIsMy4wNzIsMCwwLDEtMi4yLS44NDRBMi44MzcsMi44MzcsMCwwLDEsNyw0OVYxNkwxOSw0SDQwYTIuODQxLDIuODQxLDAsMCwxLDIuMTU2Ljg5MUEyLjk2MiwyLjk2MiwwLDAsMSw0Myw3djNINDBWN0gyMnY5YTIuODQ0LDIuODQ0LDAsMCwxLS44OTEsMi4xNTZBMi45NjIsMi45NjIsMCwwLDEsMTksMTlIMTBWNDloOVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy45MzgsNDEuODYzLDI0LjcxNiw0MC4ybC0yLjAyNCwxLjg1OUwyMC4xMTUsMzkuNTJsMS43NjQtMS43NjQtMS4zNjctMy41MjdMMTgsMzQuMmwwLTMuNTc2aDIuNDc5bDEuNDctMy41NTEtMS44MzQtMS44NDUsMi41My0yLjU3NCwxLjkxMiwxLjkxMSwzLjM4MS0xLjQtLjAxNS0yLjc1NCwzLjc2NS4wMTd2Mi43MzdsMy4zOCwxLjRMMzcuMDg0LDIyLjgsMzkuNTEsMjUuNDhsLTEuNzY0LDEuNzY0LDEuNCwzLjM4MSwyLjY2Ni4xODdWMzIuNWgzVjMwLjgxMmEzLjEyNSwzLjEyNSwwLDAsMC0zLjE4OC0zLjE4N2gtLjAybC4wODItLjA3OWEzLjI3NSwzLjI3NSwwLDAsMCwuODU4LTIuMjE4LDMuMDc2LDMuMDc2LDAsMCwwLS45MTQtMi4yMjFsLTIuNDI2LTIuNDI1YTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLS4wMjMuMDIzdi0uMDE3QTMuMTI1LDMuMTI1LDAsMCwwLDMxLjUsMTcuNUgyOC4xMjVhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODh2LjAxN2wtLjAyNC0uMDIzYTMuMjYxLDMuMjYxLDAsMCwwLTQuNDk0LDBsLTIuNDI2LDIuNDI1YTMuMDgsMy4wOCwwLDAsMC0uOTE0LDIuMjIxLDMuMzA5LDMuMzA5LDAsMCwwLC45MTQsMi4yNzRsLjAyNC4wMjNIMThhMy4xMjMsMy4xMjMsMCwwLDAtMy4xODcsMy4xODd2My4zNzZhMy4xNzcsMy4xNzcsMCwwLDAsLjg4NCwyLjIxNywzLjA4OCwzLjA4OCwwLDAsMCwyLjMuOTdoLjAxOGwtLjAyNC4wMjNhMy4yMiwzLjIyLDAsMCwwLDAsNC40OTVsMi40MjYsMi40MjVhMy4yNDUsMy4yNDUsMCwwLDAsNC41MTgtLjAyM3YuMDE3YTMuMTc4LDMuMTc4LDAsMCwwLC44ODQsMi4yMTgsMy4wODgsMy4wODgsMCwwLDAsMi4zLjk3aDEuNjg4di0zbC0xLjg3NS0uMTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjgxMywyOS41QTIuOTU4LDIuOTU4LDAsMCwxLDMyLjM1MiwzMUgzNS42YTUuOTg3LDUuOTg3LDAsMSwwLTcuMjg2LDcuMjg3VjM1LjAzOWEyLjk1NiwyLjk1NiwwLDAsMS0xLjUtMi41MzlBMywzLDAsMCwxLDI5LjgxMywyOS41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjg2OSw0NS4yNzhsLjI2NC0uMjY1YTQuNTE0LDQuNTE0LDAsMCwwLDAtNi4zNjVMNDAuNzgxLDM1LjNhNC41MTYsNC41MTYsMCwwLDAtNi4zNjYsMGwtLjI2NC4yNjUtMy4xNjctMy4xNjctMS41OTEsMS41OTEsMy4xNjcsMy4xNjctLjI2NS4yNjRhNC41MTYsNC41MTYsMCwwLDAsMCw2LjM2NmwzLjM1MywzLjM1MmE0LjUxNSw0LjUxNSwwLDAsMCw2LjM2NSwwbC4yNjUtLjI2NEw0Ny40MDksNTIsNDksNTAuNDA5Wk0zNC42NDEsNDMuMmwtLjctLjdhMi40LDIuNCwwLDAsMSwwLTMuMzgxbDIuMTc3LTIuMTc2YTIuNCwyLjQsMCwwLDEsMy4zOCwwbC43LjdabTcuODQ0LjExLTIuMTc3LDIuMTc2YTIuNCwyLjQsMCwwLDEtMy4zOCwwbC0uNy0uNyw1LjU1Ny01LjU1Ny43LjdBMi40LDIuNCwwLDAsMSw0Mi40ODUsNDMuMzA4WiIvPjwvc3ZnPg==","supportUrl":"https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e5580c5dbb5710149e53c6013301a9f2.html"},"broker_id":"624a27b3-14b6-4317-a71e-5506896d0ce4","catalog_id":"a8683418-15f9-11e7-873e-02667c123456","catalog_name":"destination","created_at":"2020-08-10T14:58:38.756598Z","updated_at":"2024-07-24T00:55:19.926927Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1687,7 +1687,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:40 GMT + - Wed, 24 Jul 2024 06:26:29 GMT Expires: - "0" Pragma: @@ -1705,12 +1705,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f5019a4a-1122-4c35-420b-981f83266f53 + - 0d99976b-f1a9-42da-6db5-bd3238237766 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 435.349958ms + duration: 398.336793ms - id: 24 request: proto: HTTP/1.1 @@ -1723,15 +1723,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4a91bde7-f4cd-2656-bf8f-b4fec681d353 + - 2a8492bc-caf5-2962-e621-e6126b7bbbc3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1750,7 +1750,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","ready":true,"last_operation":{"id":"59d55f16-acda-4522-b09a-04b1968c67fa","ready":true,"type":"update","state":"succeeded","resource_id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"c51e9a09-4f47-dd37-40d3-008a481ffcf4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:49:26.534634Z","updated_at":"2024-07-15T15:49:26.755537Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:49:18.523669Z","updated_at":"2024-07-15T15:49:26.696449Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","ready":true,"last_operation":{"id":"f8723967-ca13-4226-80ef-0a834eb04e0c","ready":true,"type":"update","state":"succeeded","resource_id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"6d24acfc-4171-0c88-da81-6a1a66f3ffe4","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:26:18.894498Z","updated_at":"2024-07-24T06:26:19.112995Z"},"name":"tf-test-destination","service_plan_id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","platform_id":"service-manager","context":{"platform":"sapcp","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","env_type":"sapcp","crm_customer_id":"","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-destination"},"usable":true,"shared":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:26:11.047201Z","updated_at":"2024-07-24T06:26:19.064038Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1759,7 +1759,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:40 GMT + - Wed, 24 Jul 2024 06:26:29 GMT Expires: - "0" Pragma: @@ -1777,12 +1777,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 37c7fb11-e5f4-4096-5684-5ba489cf3c43 + - ce927d9e-08a5-4b65-67da-a7292e771d07 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 281.704125ms + duration: 272.316382ms - id: 25 request: proto: HTTP/1.1 @@ -1795,15 +1795,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 857e5c7f-a5f7-db6e-925d-4e6e70d856c8 + - 3e9a5561-a201-13d5-c16c-8edf5dafca6d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1832,7 +1832,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:41 GMT + - Wed, 24 Jul 2024 06:26:30 GMT Expires: - "0" Pragma: @@ -1850,12 +1850,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4be5f91c-eebb-411c-6298-5fe9a521b072 + - 48c43796-e26c-40ee-5c36-5d20e67414d9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 341.615709ms + duration: 304.671992ms - id: 26 request: proto: HTTP/1.1 @@ -1868,15 +1868,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - bfd73f1e-7374-b8bd-dfac-4fb9b23e81e0 + - aa9bbbf9-d617-6e94-12aa-e2a25682a090 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1905,7 +1905,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:41 GMT + - Wed, 24 Jul 2024 06:26:30 GMT Expires: - "0" Pragma: @@ -1923,18 +1923,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c9678e3c-0fdc-43f2-5d44-e080f3bc3242 + - a30398c7-d965-40f1-7cc2-4e16bb5c5df2 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 318.595333ms + duration: 356.571732ms - id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1947,9 +1947,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 156ac040-b1bd-bcb9-be92-1b18485c7df7 + - 939dddb2-b93e-08e0-e6c1-5ffee9e24540 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1960,20 +1960,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:41 GMT + - Wed, 24 Jul 2024 06:26:30 GMT Expires: - "0" Pragma: @@ -1989,18 +1989,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8451e3c4-eed9-4005-4918-9e63c16982a6 + - e8adbe08-a84e-4ff8-632e-28eb59370e64 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 255.931083ms + duration: 235.918421ms - id: 28 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2013,9 +2013,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d2dbc62d-b253-ac2a-80f6-21436e3c313f + - 8e66ef49-fcde-91be-a72f-2705edeee3cf X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2026,20 +2026,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:42 GMT + - Wed, 24 Jul 2024 06:26:31 GMT Expires: - "0" Pragma: @@ -2055,12 +2055,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 86f21ac7-6988-41b2-6e7a-7a1304fe8cb5 + - e81ae675-233b-4584-5c86-a05c292e56ee X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 181.994208ms + duration: 268.370435ms - id: 29 request: proto: HTTP/1.1 @@ -2073,15 +2073,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f097b14b-dab0-8fc1-8975-edb79b04a338 + - 25ecf439-d264-41ac-374e-4220671174fd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2109,7 +2109,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:43 GMT + - Wed, 24 Jul 2024 06:26:32 GMT Expires: - "0" Pragma: @@ -2127,12 +2127,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3b2e7263-4ae1-42f8-6537-7217b5558b6d + - eff9697c-3713-4a83-7854-a4bbbc7347d5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.431905292s + duration: 1.268475428s - id: 30 request: proto: HTTP/1.1 @@ -2145,15 +2145,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"fa2fd77f-7efb-40a1-ae29-228bd55c332c","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"4eb88fad-9877-444a-b2a3-f32f341d9e18","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c68ddbaa-385e-d74c-ff89-35a0b685a5d4 + - 37a56531-09f7-0b9f-9520-8c79aca4cdd3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2182,7 +2182,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:49:49 GMT + - Wed, 24 Jul 2024 06:26:38 GMT Expires: - "0" Pragma: @@ -2200,9 +2200,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 64c05eb1-5038-4724-5fb9-6749aece7bcc + - 1592e3e3-4ad5-4c03-715e-1fbc2e2abf0f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 230.465917ms + duration: 281.556378ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance.wo_parameters.yaml b/internal/provider/fixtures/resource_subaccount_service_instance.wo_parameters.yaml index 65c1e7ae..b0f7af54 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance.wo_parameters.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance.wo_parameters.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1f4a953c-5c27-0bed-1646-1f01bb1b6642 + - f1be415b-639e-00fb-9cb0-30b79c30f7fa X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:44:53 GMT + - Wed, 24 Jul 2024 06:19:35 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ba8b1a41-3d55-42dd-5432-e407b0981773 + - 7851b451-2306-4a94-6f49-f0abad27f9c0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.903506459s + duration: 565.940987ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f23b2753-e3e7-217f-7dcf-2cfe7ce1ca4f + - 4142ed7b-bcfa-cd4f-7c48-663298c81e08 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:44:53 GMT + - Wed, 24 Jul 2024 06:19:36 GMT Expires: - "0" Pragma: @@ -133,33 +133,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a200602f-dfac-43e6-55fb-fd5664de59ad + - 64c02b66-2dbf-4f0a-61de-94f18e10672e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 216.409625ms + duration: 188.023574ms - id: 2 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 70 + content_length: 99 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0ad31d5a-56c4-73df-174f-8248f577c8a8 + - ebf0fa4c-a67d-c7e9-151e-a95c827fdbf4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -168,7 +168,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get method: POST response: proto: HTTP/2.0 @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:44:54 GMT + - Wed, 24 Jul 2024 06:19:36 GMT Expires: - "0" Pragma: @@ -205,33 +205,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 830bc1ee-e3d8-4bd1-66d7-f4bb12fa63dc + - 062b1285-a30d-4f8d-73c8-db5d2b83dc46 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 499.569209ms + duration: 393.521367ms - id: 3 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 99 + content_length: 70 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 381aaa7c-377d-e0aa-3e32-1cd84ae38e76 + - 78e17ed8-52dc-0f2b-ffe3-0f323fad495c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -240,7 +240,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list method: POST response: proto: HTTP/2.0 @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:44:54 GMT + - Wed, 24 Jul 2024 06:19:36 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 33ac3208-8fe2-4c2d-565a-cb2aab422503 + - d88406c9-9341-4e2b-4f5a-63d0dcf17f30 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 395.140875ms + duration: 405.784403ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1b98ab1f-3d1e-0cb7-0616-7ccb8c691503 + - 6a57a9bc-9c5e-63e6-e6ed-ac4def50abed X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:44:58 GMT + - Wed, 24 Jul 2024 06:19:37 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6c3af136-acc8-4250-6db8-459992da0bf4 + - 09fb8598-cb94-4940-5102-adc6de5b99e8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.479761375s + duration: 233.302281ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4f4a4739-b812-a35f-cc22-f0c5cf58670f + - f8fd2997-cc74-2cc7-5320-5f7c01c0c402 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"aacbae99-26e4-45b3-9c5c-5571c624f479","ready":true,"type":"create","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4f4a4739-b812-a35f-cc22-f0c5cf58670f","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:44:58.473328Z","updated_at":"2024-07-15T15:44:58.957573Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"origin":"sapcp","subdomain":"integration-test-services-4ie3yr1a","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:44:58.950702155Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"4ac7a7a2-a076-43c7-8627-c87d0dec5feb","ready":true,"type":"create","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"f8fd2997-cc74-2cc7-5320-5f7c01c0c402","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:37.680963Z","updated_at":"2024-07-24T06:19:38.108926Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:38.101343219Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:44:58 GMT + - Wed, 24 Jul 2024 06:19:38 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9e5f6bd5-3439-4798-6f75-b0b2036585fa + - b6bb1966-e00e-479c-564c-3f49e86e9e03 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 975.582875ms + duration: 847.449709ms - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 48b60bf4-6bd0-94d8-f7bf-e2dc6cfe0423 + - 48bcea86-cc83-1d68-42dc-514b193f2b34 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"aacbae99-26e4-45b3-9c5c-5571c624f479","ready":true,"type":"create","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4f4a4739-b812-a35f-cc22-f0c5cf58670f","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:44:58.473328Z","updated_at":"2024-07-15T15:44:58.957573Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"origin":"sapcp","subdomain":"integration-test-services-4ie3yr1a","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:44:58.950702Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"4ac7a7a2-a076-43c7-8627-c87d0dec5feb","ready":true,"type":"create","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"f8fd2997-cc74-2cc7-5320-5f7c01c0c402","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:37.680963Z","updated_at":"2024-07-24T06:19:38.108926Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:38.101343Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:05 GMT + - Wed, 24 Jul 2024 06:19:44 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 73b61766-22f4-4a3e-7fe8-13719b202189 + - ed5f2d48-c053-48cd-6a1c-f0a061dd640e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 309.481209ms + duration: 304.209911ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0b298d2d-e984-414b-3b65-de1c75de1db3 + - 33d68410-43e3-9690-2657-14a98748fd33 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:05 GMT + - Wed, 24 Jul 2024 06:19:44 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 52517460-b577-4944-7517-3fe8e146422a + - 32f6ec92-6066-4569-40dc-a8ff9fbadc09 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 302.645333ms + duration: 372.304553ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d330d44b-e323-111b-e2e4-c9bfb814a3ef + - f3b91bd3-eb2d-b349-a232-b6bc501067ea X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:06 GMT + - Wed, 24 Jul 2024 06:19:45 GMT Expires: - "0" Pragma: @@ -633,18 +633,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c33d7e0c-a227-44aa-67bc-e8934eac5cd3 + - e697a592-9a24-4542-6f17-1f30a2e76628 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 347.955125ms + duration: 331.420987ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -657,9 +657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 72ca56a8-55fb-3924-3c80-bb654b0c59bb + - 42d0fed0-c934-41bd-6284-d3b36bc02a52 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -670,20 +670,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:07 GMT + - Wed, 24 Jul 2024 06:19:45 GMT Expires: - "0" Pragma: @@ -699,12 +699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f33ca1fa-5962-4052-40d4-192cc8d47e3e + - 2cf12f9c-beb4-4ce5-65da-b695cfeffc32 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 1.29159425s + duration: 249.912763ms - id: 10 request: proto: HTTP/1.1 @@ -723,9 +723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f5ec8e35-0e32-4acc-9507-ea16b66278f6 + - 98512af7-dd1c-30b8-439d-9fb95fa48fa2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -744,7 +744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -753,7 +753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:07 GMT + - Wed, 24 Jul 2024 06:19:45 GMT Expires: - "0" Pragma: @@ -771,12 +771,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7b45a782-4afb-4a3a-5758-fc0cfd8ce8c5 + - 8ea396e5-4a44-4b7b-5812-5c5e0df760dc X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 201.529209ms + duration: 226.361196ms - id: 11 request: proto: HTTP/1.1 @@ -795,9 +795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - eb0e64f1-cfcf-69c3-15f4-85015d7422ea + - d46ec9ea-2ac6-c6b0-5de1-6654ed2d7ca5 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -816,7 +816,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -825,7 +825,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:08 GMT + - Wed, 24 Jul 2024 06:19:46 GMT Expires: - "0" Pragma: @@ -843,12 +843,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a6493923-34b0-4ab0-6d7f-fb853ebfe1c2 + - 542b90ee-5a55-4791-5013-0a236a6df99e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 447.503625ms + duration: 307.473295ms - id: 12 request: proto: HTTP/1.1 @@ -867,9 +867,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 40396ac3-e5df-0c25-70e0-e652ad412f99 + - 8f13cc5c-2c1f-f11d-5381-b8870539582e X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -888,7 +888,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -897,7 +897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:08 GMT + - Wed, 24 Jul 2024 06:19:46 GMT Expires: - "0" Pragma: @@ -915,18 +915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a4cc2d14-5ba6-4ffa-55f9-c3c18c2da52e + - 762e84c6-e08d-486b-5810-1b3919f07621 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 433.043ms + duration: 416.232084ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -939,9 +939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0396c1a9-0911-f186-2110-4fbfe0ce71eb + - 3b8cd082-f65c-8ae3-fc29-6a565b21c490 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -952,20 +952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:12 GMT + - Wed, 24 Jul 2024 06:19:46 GMT Expires: - "0" Pragma: @@ -981,12 +981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5254338a-0514-45f0-4a80-e059f5a78f03 + - a8ceeac9-c4d8-409b-5f5b-01b478ec3cbc X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.343208292s + duration: 223.497992ms - id: 14 request: proto: HTTP/1.1 @@ -1005,9 +1005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 71933b5b-a9a3-0c21-a06b-ebd911ebc473 + - 1ce6f0b5-3851-2efd-7f01-c60f81a98b45 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1026,7 +1026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1035,7 +1035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:12 GMT + - Wed, 24 Jul 2024 06:19:46 GMT Expires: - "0" Pragma: @@ -1053,12 +1053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0b55672d-4bcc-41b4-430c-1ce1c8ea2138 + - 7ba231a6-bf65-42ec-6bed-b1cce3287f21 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 211.643333ms + duration: 173.67751ms - id: 15 request: proto: HTTP/1.1 @@ -1077,9 +1077,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - fe1a69c6-5586-0857-2154-cd0517c16c92 + - 86bf905b-1dac-72e4-471f-d67e85f24860 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1098,7 +1098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1107,7 +1107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:12 GMT + - Wed, 24 Jul 2024 06:19:47 GMT Expires: - "0" Pragma: @@ -1125,12 +1125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ece7f547-a09d-4083-58b8-e279fb882c31 + - 2c6b6674-2d93-43e0-42e6-3c674456b309 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 548.624292ms + duration: 341.009594ms - id: 16 request: proto: HTTP/1.1 @@ -1149,9 +1149,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e1cab12e-6d84-697f-2797-4d98bafc69ac + - 92a0f020-f3a0-71e8-ee88-1902db060b6a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1170,7 +1170,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1179,7 +1179,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:13 GMT + - Wed, 24 Jul 2024 06:19:47 GMT Expires: - "0" Pragma: @@ -1197,12 +1197,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 317b0446-2742-4a89-4313-f55929e4f078 + - 0813b864-d682-474e-7617-cfa3463d0e19 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 357.914042ms + duration: 322.834344ms - id: 17 request: proto: HTTP/1.1 @@ -1215,15 +1215,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4010c4df-a222-9b9e-6848-98b3af898921 + - 6157ebfa-4b14-de19-c183-080d46ae164a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1242,7 +1242,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"aacbae99-26e4-45b3-9c5c-5571c624f479","ready":true,"type":"create","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4f4a4739-b812-a35f-cc22-f0c5cf58670f","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:44:58.473328Z","updated_at":"2024-07-15T15:44:58.957573Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"origin":"sapcp","subdomain":"integration-test-services-4ie3yr1a","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:44:58.950702Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"4ac7a7a2-a076-43c7-8627-c87d0dec5feb","ready":true,"type":"create","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"f8fd2997-cc74-2cc7-5320-5f7c01c0c402","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:37.680963Z","updated_at":"2024-07-24T06:19:38.108926Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:38.101343Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1251,7 +1251,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:13 GMT + - Wed, 24 Jul 2024 06:19:47 GMT Expires: - "0" Pragma: @@ -1269,12 +1269,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b1681875-da22-42a5-53e9-4fbfaee667b6 + - 2014bc09-eee9-4908-5c75-4086ca48fb1f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 332.577459ms + duration: 265.524295ms - id: 18 request: proto: HTTP/1.1 @@ -1287,15 +1287,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c151b2b8-648d-a088-3cfe-2348a03f1ddd + - 0b9da7c5-e8a7-d3bb-9537-a56d6c05258d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:13 GMT + - Wed, 24 Jul 2024 06:19:48 GMT Expires: - "0" Pragma: @@ -1342,12 +1342,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d6da2276-71c0-4a0a-4bcf-d49d883b8284 + - d1d4faa0-afc1-4208-4343-365f891c93a6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 285.822125ms + duration: 297.288931ms - id: 19 request: proto: HTTP/1.1 @@ -1360,15 +1360,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - dc77d4e8-27b9-6989-1baa-26e1ef937181 + - dea851a1-731b-1efb-0436-ef1b2a02ecf4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1397,7 +1397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:14 GMT + - Wed, 24 Jul 2024 06:19:48 GMT Expires: - "0" Pragma: @@ -1415,18 +1415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f2e2d917-6102-461f-624b-5035ee85eb88 + - 989ca638-8cb0-430b-480a-988075ff82b3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 430.929417ms + duration: 255.269629ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1439,9 +1439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 952b5afc-79e3-4f41-fc52-0b02f8cf103c + - c6468d83-8e86-e417-9814-2d5a32674a20 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1452,20 +1452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:17 GMT + - Wed, 24 Jul 2024 06:19:48 GMT Expires: - "0" Pragma: @@ -1481,12 +1481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4a3af004-0da8-4f83-48c4-5dec476d012f + - 0c8cec8b-ae65-41cc-4ba7-affc596354f0 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.349788208s + duration: 233.900765ms - id: 21 request: proto: HTTP/1.1 @@ -1505,9 +1505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b0f49acc-4c9c-d5e7-6edd-419681d88768 + - 63bcf79c-878a-63dd-9e5a-ba62c8c84530 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1526,7 +1526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1535,7 +1535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:17 GMT + - Wed, 24 Jul 2024 06:19:49 GMT Expires: - "0" Pragma: @@ -1553,12 +1553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4e3c3263-2cd4-4c4a-4824-f14a69584474 + - 4960bc23-2828-4582-5fc7-cc1b38f00e22 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 185.597459ms + duration: 170.825308ms - id: 22 request: proto: HTTP/1.1 @@ -1577,9 +1577,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0e3e3e32-ecbf-c74b-9756-2157c159564e + - 6a42d8f0-691c-f081-1269-7f0fd46b7a8c X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1598,7 +1598,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1607,7 +1607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:18 GMT + - Wed, 24 Jul 2024 06:19:49 GMT Expires: - "0" Pragma: @@ -1625,12 +1625,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 55beaa49-65ff-4d22-6144-3f5efa60f536 + - 9a543695-5a5d-4f6b-77ec-bc73044851e4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 412.530875ms + duration: 335.745906ms - id: 23 request: proto: HTTP/1.1 @@ -1649,9 +1649,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 786c3b94-a1d0-ecd8-0c96-ec31c8c81257 + - 10bb34fc-a348-b940-4a5c-e220b4cd63a6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1670,7 +1670,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1679,7 +1679,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:18 GMT + - Wed, 24 Jul 2024 06:19:49 GMT Expires: - "0" Pragma: @@ -1697,12 +1697,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c108ccd3-cdbb-4d96-6fa7-0d0b461deb89 + - d892fcb9-ce03-4197-60e7-b8f41621d997 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 405.908291ms + duration: 495.81343ms - id: 24 request: proto: HTTP/1.1 @@ -1715,15 +1715,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f420d60b-d164-06c7-c479-f45af86c4751 + - 0ef87512-0e92-a19b-505a-42af224b4a13 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1742,7 +1742,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"aacbae99-26e4-45b3-9c5c-5571c624f479","ready":true,"type":"create","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"4f4a4739-b812-a35f-cc22-f0c5cf58670f","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:44:58.473328Z","updated_at":"2024-07-15T15:44:58.957573Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"origin":"sapcp","subdomain":"integration-test-services-4ie3yr1a","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:44:58.950702Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"4ac7a7a2-a076-43c7-8627-c87d0dec5feb","ready":true,"type":"create","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"f8fd2997-cc74-2cc7-5320-5f7c01c0c402","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:37.680963Z","updated_at":"2024-07-24T06:19:38.108926Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","crm_customer_id":"","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","env_type":"sapcp","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:38.101343Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1751,7 +1751,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:19 GMT + - Wed, 24 Jul 2024 06:19:50 GMT Expires: - "0" Pragma: @@ -1769,12 +1769,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 0bb71218-bd43-4cdc-539c-67f94b07ba01 + - e648541b-d4ff-4d43-63ce-0d3560af2a36 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 295.060834ms + duration: 274.931932ms - id: 25 request: proto: HTTP/1.1 @@ -1787,15 +1787,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 04a9508c-9c1b-4490-25e1-b6b1fb65af3b + - 3a5d06f2-82c5-0a91-c347-6715c584d0ca X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1824,7 +1824,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:19 GMT + - Wed, 24 Jul 2024 06:19:50 GMT Expires: - "0" Pragma: @@ -1842,12 +1842,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 90312a15-1d9e-407b-5eb9-995e9fb31494 + - 7796562d-4f15-483f-61c9-742f1bc0b1f5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 408.422417ms + duration: 245.545881ms - id: 26 request: proto: HTTP/1.1 @@ -1860,15 +1860,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3dd098a1-990c-d5be-d6a7-3e338d2be052 + - bc47bf13-a129-7cdb-8242-642edfeb95ff X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1897,7 +1897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:19 GMT + - Wed, 24 Jul 2024 06:19:50 GMT Expires: - "0" Pragma: @@ -1915,18 +1915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c8ea5991-8a2e-4f68-4f45-2cb4390627b5 + - 39343f29-5938-4f70-6fdf-23a1528e0e12 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 306.697584ms + duration: 300.708253ms - id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1939,9 +1939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b01fb703-37fb-ef99-e86b-bd22b30b3b2f + - 432f0b7c-bbec-fa0d-4202-6556271341f9 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1952,20 +1952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:22 GMT + - Wed, 24 Jul 2024 06:19:51 GMT Expires: - "0" Pragma: @@ -1981,12 +1981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6a5ec5e7-a5ef-4de5-491e-5e2587464b12 + - 3ee63dbc-1160-4a70-4610-d67ae14c1836 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.356928583s + duration: 250.475057ms - id: 28 request: proto: HTTP/1.1 @@ -1999,15 +1999,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","newName":"TF-TEST-AUDIT-LOG","plan":"02fed361-89c1-4560-82c3-0deaf93ac75b","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","newName":"TF-TEST-AUDIT-LOG","plan":"02fed361-89c1-4560-82c3-0deaf93ac75b","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 610d3211-f80a-ebae-3597-c96e788bc07a + - bf36743e-02d5-cd87-ded3-9790be3839d3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2026,7 +2026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","command":"btp get services/instance be5fa345-afc0-44bf-93a4-1f00c9880530 --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","command":"btp get services/instance 698a2d02-8afe-486a-85dc-3cb703d388c7 --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2035,7 +2035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:22 GMT + - Wed, 24 Jul 2024 06:19:51 GMT Expires: - "0" Pragma: @@ -2053,12 +2053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e59b4b14-bb45-4728-42b3-3c05f6e3682d + - 465f177a-134c-4ca1-5778-0b445fb7d0b9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 462.377166ms + duration: 400.027905ms - id: 29 request: proto: HTTP/1.1 @@ -2071,15 +2071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f8bb301c-5b61-e0c9-7508-12b64f903128 + - 794c2dc4-d790-09a6-2c47-c3f3244818ca X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2098,7 +2098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"af116ca6-57e4-49e2-a984-f91d07bb6bcf","ready":true,"type":"update","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"610d3211-f80a-ebae-3597-c96e788bc07a","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:45:22.601551Z","updated_at":"2024-07-15T15:45:22.755238Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","origin":"sapcp","license_type":"SAPDEV","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:45:22.739357Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"ed686898-e703-40d2-a6b0-dac107aab8af","ready":true,"type":"update","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"bf36743e-02d5-cd87-ded3-9790be3839d3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:51.411025Z","updated_at":"2024-07-24T06:19:51.55959Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"crm_customer_id":"","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:51.545653Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2107,7 +2107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:23 GMT + - Wed, 24 Jul 2024 06:19:51 GMT Expires: - "0" Pragma: @@ -2125,12 +2125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - bebd18e9-a5f5-499a-7641-9003c88c7ce1 + - 440d0ce5-187b-4d23-7b87-f647f9e59123 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 271.131125ms + duration: 354.264769ms - id: 30 request: proto: HTTP/1.1 @@ -2143,15 +2143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3ad12299-5322-7e27-9c21-489380d3b9e5 + - f92ee9d2-e030-0692-da97-bc283cfca386 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2180,7 +2180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:23 GMT + - Wed, 24 Jul 2024 06:19:52 GMT Expires: - "0" Pragma: @@ -2198,12 +2198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 082aa122-606c-484a-7fce-670f1c3c87bb + - a366f5ac-b741-46cc-5a48-f45e857167ee X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 344.224417ms + duration: 395.176231ms - id: 31 request: proto: HTTP/1.1 @@ -2216,15 +2216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e931b305-3a0c-f305-df0a-50a421edac2b + - e15f9fb0-161b-b4ae-f950-22330f7c0e63 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2253,7 +2253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:23 GMT + - Wed, 24 Jul 2024 06:19:52 GMT Expires: - "0" Pragma: @@ -2271,12 +2271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9e9836a0-c15b-461a-6310-fa9711f0b2db + - 65f09769-f95e-403d-6dea-d609ee854728 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 326.403292ms + duration: 314.04573ms - id: 32 request: proto: HTTP/1.1 @@ -2289,15 +2289,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 70e222e6-7570-c96c-dc7d-d1dab62763e9 + - 57a0a0d1-d9be-ccc8-7556-db1b1e37bba4 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2316,7 +2316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"af116ca6-57e4-49e2-a984-f91d07bb6bcf","ready":true,"type":"update","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"610d3211-f80a-ebae-3597-c96e788bc07a","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:45:22.601551Z","updated_at":"2024-07-15T15:45:22.755238Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","origin":"sapcp","license_type":"SAPDEV","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:45:22.739357Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"ed686898-e703-40d2-a6b0-dac107aab8af","ready":true,"type":"update","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"bf36743e-02d5-cd87-ded3-9790be3839d3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:51.411025Z","updated_at":"2024-07-24T06:19:51.55959Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"crm_customer_id":"","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:51.545653Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2325,7 +2325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:30 GMT + - Wed, 24 Jul 2024 06:19:58 GMT Expires: - "0" Pragma: @@ -2343,12 +2343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2e5f0a55-71a1-4075-6382-de686272ec35 + - f5835b55-e6b0-4f47-47e2-6ee03d74efb5 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 325.14675ms + duration: 367.574697ms - id: 33 request: proto: HTTP/1.1 @@ -2361,15 +2361,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a63f4c92-ce27-e743-7c87-119fad7dd142 + - 07616f18-221a-83bd-89a4-badd25a96911 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2398,7 +2398,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:30 GMT + - Wed, 24 Jul 2024 06:19:59 GMT Expires: - "0" Pragma: @@ -2416,12 +2416,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a2dacf03-b524-4f43-74f1-6292dd63dbe0 + - 26f7e85e-859a-4413-5b25-e4c049268311 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 411.650833ms + duration: 312.749004ms - id: 34 request: proto: HTTP/1.1 @@ -2434,15 +2434,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 3283c57b-f3dc-d0da-6511-99f88ccc3983 + - dce1ccd8-89b0-6230-c9e0-e5e3e12eef83 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2471,7 +2471,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:30 GMT + - Wed, 24 Jul 2024 06:19:59 GMT Expires: - "0" Pragma: @@ -2489,18 +2489,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - dbb5ba92-cab4-4baa-74e3-fea8cab143d6 + - a156bea8-b910-47f5-4a83-b9c5c5ac7264 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 509.906584ms + duration: 353.003194ms - id: 35 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2513,9 +2513,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7f966939-db3d-916b-5b05-7489cad13632 + - 01a680ba-a8f7-68af-e49f-5c0fed44b8e5 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2526,20 +2526,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:31 GMT + - Wed, 24 Jul 2024 06:19:59 GMT Expires: - "0" Pragma: @@ -2555,12 +2555,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2f8368d6-daac-42fc-7ec0-a6829510d3fb + - b31272ff-6594-4009-435e-e718ae3856ec X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 687.202833ms + duration: 249.509419ms - id: 36 request: proto: HTTP/1.1 @@ -2579,9 +2579,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 058f27dd-551b-e86e-c2c4-78950c430ceb + - 020a9dcf-0e80-b576-537c-9e755b4b22eb X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2600,7 +2600,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2609,7 +2609,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:31 GMT + - Wed, 24 Jul 2024 06:20:00 GMT Expires: - "0" Pragma: @@ -2627,12 +2627,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 07f8d33a-6542-4e33-4bbc-c827356d8007 + - 4f048ae7-fbda-4b8c-5027-3139b576c125 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 167.506166ms + duration: 222.540188ms - id: 37 request: proto: HTTP/1.1 @@ -2651,9 +2651,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 926c9d5b-e4a7-3b0c-e9e3-5453671c21b3 + - 012b948c-6625-9630-25cc-ab6c4958cd80 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2672,7 +2672,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2681,7 +2681,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:32 GMT + - Wed, 24 Jul 2024 06:20:00 GMT Expires: - "0" Pragma: @@ -2699,12 +2699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f25cfd85-418b-4f63-71a8-4806cbf98d80 + - 95763d23-2840-4321-7aff-e68e81e813f3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 429.110958ms + duration: 414.443516ms - id: 38 request: proto: HTTP/1.1 @@ -2723,9 +2723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 43e708ba-cb80-a3c4-2d28-1e8128e0e2a7 + - d84354a3-ddd0-77a6-dbd3-c8bae4a3e77d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2744,7 +2744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2753,7 +2753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:32 GMT + - Wed, 24 Jul 2024 06:20:00 GMT Expires: - "0" Pragma: @@ -2771,18 +2771,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 8dc90441-4458-4f10-6a4c-5db886a24402 + - b6a40f81-07bd-4a6b-7b94-cfd0d558d611 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 483.639792ms + duration: 416.044472ms - id: 39 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2795,9 +2795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 9f16dc1d-52cc-44bf-7b4b-9a43162f3201 + - 48a2b18e-65cb-2368-e225-d432afe2207b X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2808,20 +2808,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:33 GMT + - Wed, 24 Jul 2024 06:20:01 GMT Expires: - "0" Pragma: @@ -2837,12 +2837,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 71280b97-3551-4609-416c-7cd4228f5ecb + - 5b787222-2020-4509-79a9-58ec8adb5167 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 213.316667ms + duration: 327.830725ms - id: 40 request: proto: HTTP/1.1 @@ -2861,9 +2861,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b0928d91-c6e8-c2ea-bac5-6aaad0041bb6 + - 47663818-4ac8-9611-5c28-342f94230832 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2882,7 +2882,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2891,7 +2891,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:33 GMT + - Wed, 24 Jul 2024 06:20:01 GMT Expires: - "0" Pragma: @@ -2909,33 +2909,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1680a337-0dd8-4c60-6571-e311bed55504 + - 63188c18-376d-4e2d-5a8f-301ca1ef3fb3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 176.610292ms + duration: 363.745655ms - id: 41 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 70 + content_length: 99 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b8a737a7-f9c5-07f9-5c4a-b68da0a1862a + - 961b1741-d2ac-cefa-511d-70551d806925 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2944,7 +2944,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get method: POST response: proto: HTTP/2.0 @@ -2954,7 +2954,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2963,7 +2963,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:33 GMT + - Wed, 24 Jul 2024 06:20:02 GMT Expires: - "0" Pragma: @@ -2981,33 +2981,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e357e4e0-8d1c-4d50-73ba-0f022000eade + - e3c8cdd7-524e-4be7-62c7-19f51fc54451 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 349.034584ms + duration: 443.669477ms - id: 42 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 99 + content_length: 70 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4c5d4e1d-3942-d8b5-ff0a-23cc15753a88 + - f17dee51-e018-fe5c-c609-76d6ab20bcd0 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3016,7 +3016,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list method: POST response: proto: HTTP/2.0 @@ -3026,7 +3026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3035,7 +3035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:34 GMT + - Wed, 24 Jul 2024 06:20:02 GMT Expires: - "0" Pragma: @@ -3053,12 +3053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b64c39ef-ac16-4ed9-7521-c46257037e5f + - af8ef61a-1a2a-4802-5c20-b551ccbecacb X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 484.250833ms + duration: 411.906012ms - id: 43 request: proto: HTTP/1.1 @@ -3071,15 +3071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6c381467-260e-5b82-04cd-4e0dda131c1e + - 1fa3a2b5-838b-e321-aa4f-bd1a39d90fcd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3098,7 +3098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"af116ca6-57e4-49e2-a984-f91d07bb6bcf","ready":true,"type":"update","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"610d3211-f80a-ebae-3597-c96e788bc07a","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:45:22.601551Z","updated_at":"2024-07-15T15:45:22.755238Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","origin":"sapcp","license_type":"SAPDEV","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:45:22.739357Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"ed686898-e703-40d2-a6b0-dac107aab8af","ready":true,"type":"update","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"bf36743e-02d5-cd87-ded3-9790be3839d3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:51.411025Z","updated_at":"2024-07-24T06:19:51.55959Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"crm_customer_id":"","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:51.545653Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3107,7 +3107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:34 GMT + - Wed, 24 Jul 2024 06:20:03 GMT Expires: - "0" Pragma: @@ -3125,12 +3125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fcbd5b14-3b09-4580-7450-dcd8cc3beabb + - da75c6be-d9de-42c7-5b49-deb6707d5174 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 398.574458ms + duration: 406.954914ms - id: 44 request: proto: HTTP/1.1 @@ -3143,15 +3143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6326b225-5c32-0238-4396-47bc309ffae3 + - 998a07ae-b37f-8865-91b6-1c5d8ffeb556 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3180,7 +3180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:34 GMT + - Wed, 24 Jul 2024 06:20:03 GMT Expires: - "0" Pragma: @@ -3198,12 +3198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5c1981a8-b810-4112-4cd9-d7b39d85122c + - e2f3d61a-e063-4b4f-48c0-f55f603700b1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 346.730208ms + duration: 469.372301ms - id: 45 request: proto: HTTP/1.1 @@ -3216,15 +3216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d511b0ad-58bc-ee3a-1136-78351e023f33 + - 4525c4e5-b84e-001a-1940-6acc52512063 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3253,7 +3253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:35 GMT + - Wed, 24 Jul 2024 06:20:03 GMT Expires: - "0" Pragma: @@ -3271,18 +3271,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5698a39e-60a0-4302-6b2b-77875db02d4c + - 94fa5005-11af-4939-6956-87204217b4e6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 374.781792ms + duration: 297.038435ms - id: 46 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3295,9 +3295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c5b02bb9-cd42-4897-27d9-409b5a26bad2 + - 3d61c57a-f6c2-7c9a-9c46-ff4c74758b59 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3308,20 +3308,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:38 GMT + - Wed, 24 Jul 2024 06:20:04 GMT Expires: - "0" Pragma: @@ -3337,12 +3337,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a127dc8e-8119-4c5e-71e2-8b35fcb2cb0f + - 414c7eb0-d928-4e89-6931-822e1d0ca458 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.788583084s + duration: 243.045484ms - id: 47 request: proto: HTTP/1.1 @@ -3361,9 +3361,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 672f12d4-a9de-24f0-31ce-ec4ef6274b8c + - 81f4ee74-69e5-abc8-126a-df17882405bd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3382,7 +3382,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3391,7 +3391,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:38 GMT + - Wed, 24 Jul 2024 06:20:04 GMT Expires: - "0" Pragma: @@ -3409,12 +3409,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4db3f71d-d6ae-4839-7e14-753485fc9410 + - 4b3214c4-a1ed-4e60-7235-b06abd5c1c6c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 164.737375ms + duration: 185.600095ms - id: 48 request: proto: HTTP/1.1 @@ -3433,9 +3433,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - cd519021-e368-c816-3f0a-7a58e034accc + - d2c2140d-78e3-6c61-5298-3c4d5c606096 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3454,7 +3454,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3463,7 +3463,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:38 GMT + - Wed, 24 Jul 2024 06:20:04 GMT Expires: - "0" Pragma: @@ -3481,12 +3481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6c13a829-c0a8-405a-5df0-69ffa37b74b9 + - 499c86c4-318d-4d11-61d6-e74848e9c5e8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 439.058417ms + duration: 353.8989ms - id: 49 request: proto: HTTP/1.1 @@ -3505,9 +3505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c76d2a1e-b4e0-f08d-3f5e-451d42fdb3de + - d63533b4-10cb-214a-c88e-8cfc7fb270b9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3526,7 +3526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3535,7 +3535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:39 GMT + - Wed, 24 Jul 2024 06:20:05 GMT Expires: - "0" Pragma: @@ -3553,12 +3553,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9e9a8880-4db7-4c65-422f-fe5ed9add76b + - cb9de2ac-418f-4de6-59d7-ce11ed6cb3fc X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 388.035833ms + duration: 605.298616ms - id: 50 request: proto: HTTP/1.1 @@ -3571,15 +3571,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f6ae265d-b406-f398-918f-e726f8362b0e + - ae2e5cff-c550-a766-0cbc-9000a7941801 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3598,7 +3598,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","ready":true,"last_operation":{"id":"af116ca6-57e4-49e2-a984-f91d07bb6bcf","ready":true,"type":"update","state":"succeeded","resource_id":"be5fa345-afc0-44bf-93a4-1f00c9880530","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"610d3211-f80a-ebae-3597-c96e788bc07a","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:45:22.601551Z","updated_at":"2024-07-15T15:45:22.755238Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","env_type":"sapcp","origin":"sapcp","license_type":"SAPDEV","region":"cf-eu12","crm_customer_id":"","platform":"sapcp","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:44:58.473325Z","updated_at":"2024-07-15T15:45:22.739357Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","ready":true,"last_operation":{"id":"ed686898-e703-40d2-a6b0-dac107aab8af","ready":true,"type":"update","state":"succeeded","resource_id":"698a2d02-8afe-486a-85dc-3cb703d388c7","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"bf36743e-02d5-cd87-ded3-9790be3839d3","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:19:51.411025Z","updated_at":"2024-07-24T06:19:51.55959Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"crm_customer_id":"","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","env_type":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","origin":"sapcp","license_type":"SAPDEV","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:19:37.68096Z","updated_at":"2024-07-24T06:19:51.545653Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3607,7 +3607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:39 GMT + - Wed, 24 Jul 2024 06:20:06 GMT Expires: - "0" Pragma: @@ -3625,12 +3625,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d85dd2e1-c4a8-40a4-7ffa-d1e963fd22ad + - ea5b5bf7-63ef-40a5-6499-58eeb8405778 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 406.744958ms + duration: 820.525092ms - id: 51 request: proto: HTTP/1.1 @@ -3643,15 +3643,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 20d60143-7c2e-fdbd-5627-74bd4634cac4 + - 363494a5-2a2c-a32b-d3f8-79920cb209c1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3680,7 +3680,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:39 GMT + - Wed, 24 Jul 2024 06:20:06 GMT Expires: - "0" Pragma: @@ -3698,12 +3698,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5c0712c1-76ef-4921-492b-54d0fda2656c + - 7beb30e7-cff4-43e4-59d2-644855ca2a8f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 326.193292ms + duration: 287.87837ms - id: 52 request: proto: HTTP/1.1 @@ -3716,15 +3716,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4b72b7e0-32ee-f129-523b-0ba73e8b605f + - 414485cb-ee8f-7123-5184-9dbc72be44a6 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3753,7 +3753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:40 GMT + - Wed, 24 Jul 2024 06:20:06 GMT Expires: - "0" Pragma: @@ -3771,18 +3771,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ea477a3d-44e5-4683-4437-0213506a0b6d + - fa23c855-0421-4ebc-4a69-32cdd487fbae X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 353.657084ms + duration: 292.197442ms - id: 53 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3795,9 +3795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a14923b6-50fd-49d0-8b19-5afe05881ad3 + - 5737fb8d-1885-d99b-c4e7-3a2a42935a4f X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3808,20 +3808,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:42 GMT + - Wed, 24 Jul 2024 06:20:07 GMT Expires: - "0" Pragma: @@ -3837,18 +3837,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - bedd3635-c094-41d7-51a7-8a38113296ed + - 48c2f8f4-c526-493c-6568-dcdd514114bf X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.416522s + duration: 243.777712ms - id: 54 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3861,9 +3861,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 52d707bb-10e6-ff56-520a-8d430b195641 + - 4fcdec32-09a3-ac43-db47-4021d74e64c2 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3874,20 +3874,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:43 GMT + - Wed, 24 Jul 2024 06:20:07 GMT Expires: - "0" Pragma: @@ -3903,12 +3903,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4a372920-b1bb-4925-6a16-d84dcc1cde58 + - b40927e6-f73a-4f47-7c48-157ab12f8eba X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 180.552542ms + duration: 229.39774ms - id: 55 request: proto: HTTP/1.1 @@ -3921,15 +3921,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"be5fa345-afc0-44bf-93a4-1f00c9880530","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"698a2d02-8afe-486a-85dc-3cb703d388c7","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5caddfab-1c3f-e4fd-bec7-dd31e7202154 + - a3935e70-57d6-6639-8de0-d3ca04fbf215 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3957,7 +3957,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:43 GMT + - Wed, 24 Jul 2024 06:20:08 GMT Expires: - "0" Pragma: @@ -3975,12 +3975,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 054aac6d-87c4-4a1e-58c7-aa27e3114744 + - 1441e566-b95d-4ebd-5e9f-482416808dc2 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 632.669833ms + duration: 618.140429ms - id: 56 request: proto: HTTP/1.1 @@ -3993,15 +3993,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"be5fa345-afc0-44bf-93a4-1f00c9880530","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"698a2d02-8afe-486a-85dc-3cb703d388c7","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c79ecfe2-9b06-f59a-3ab6-88a10f87fc89 + - fb32f6e0-0f6f-86e9-bb06-3f3c331d2933 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -4030,7 +4030,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:45:50 GMT + - Wed, 24 Jul 2024 06:20:14 GMT Expires: - "0" Pragma: @@ -4048,9 +4048,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cf739a15-3821-421a-4c2b-195a6b8f0654 + - d70012dd-92f8-4c8c-7231-108b0838ace4 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 327.685333ms + duration: 263.982668ms diff --git a/internal/provider/fixtures/resource_subaccount_service_instance_with_timeouts.yaml b/internal/provider/fixtures/resource_subaccount_service_instance_with_timeouts.yaml index 48271900..5a57f82c 100644 --- a/internal/provider/fixtures/resource_subaccount_service_instance_with_timeouts.yaml +++ b/internal/provider/fixtures/resource_subaccount_service_instance_with_timeouts.yaml @@ -6,7 +6,7 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -19,9 +19,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8cec62b5-9570-36f2-1dd1-6ec6480c077b + - 4f2e7681-a592-7d34-346b-83324054a54f X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -32,20 +32,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:26 GMT + - Wed, 24 Jul 2024 06:21:25 GMT Expires: - "0" Pragma: @@ -61,12 +61,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - c96c339a-2ca0-4d87-55ee-5f973e834667 + - 59a13e52-ac1b-4462-6013-4dad10aee474 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 3.76769275s + duration: 585.191102ms - id: 1 request: proto: HTTP/1.1 @@ -85,9 +85,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 642e9bb4-ddab-4547-eb60-94f56350dced + - 13825395-67b0-7f7a-724e-ee46c96a183a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -106,7 +106,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:26 GMT + - Wed, 24 Jul 2024 06:21:25 GMT Expires: - "0" Pragma: @@ -133,12 +133,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9986c230-b85d-4e50-49ca-243889488115 + - 18458dc8-2b32-486f-4da9-87864dc20246 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 214.8795ms + duration: 234.227547ms - id: 2 request: proto: HTTP/1.1 @@ -157,9 +157,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f62dc7fb-0836-1b19-c336-8fa1b9d8015b + - 0d70284f-5d74-4f2d-b23d-6e3831e9b259 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:27 GMT + - Wed, 24 Jul 2024 06:21:25 GMT Expires: - "0" Pragma: @@ -205,12 +205,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b0cd7fe1-2822-491d-6419-11b605de90e8 + - 5dd9d105-f4ed-4edf-71dc-35086bc8204b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 351.126ms + duration: 413.519111ms - id: 3 request: proto: HTTP/1.1 @@ -229,9 +229,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - ee0ce745-0fc3-d907-d6d9-4f0e5e613663 + - 62b754f2-229d-b651-4398-8800338e2955 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -250,7 +250,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -259,7 +259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:27 GMT + - Wed, 24 Jul 2024 06:21:26 GMT Expires: - "0" Pragma: @@ -277,18 +277,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 214acd91-787a-4590-736d-a87cc19c58dc + - d41b641d-c4f7-48d0-5f01-ba46865b4b60 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 540.303041ms + duration: 485.872721ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -301,9 +301,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 74e46729-2b52-5c70-339c-78493eb124a6 + - 11e53649-9164-86c2-dcd6-05b1dc625c51 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -314,20 +314,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:27 GMT + - Wed, 24 Jul 2024 06:21:26 GMT Expires: - "0" Pragma: @@ -343,12 +343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 67e5538a-fd82-41e1-62a9-283ba2ceee24 + - 3078754e-a2de-4659-7391-1d4a6b147568 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 216.675417ms + duration: 229.268267ms - id: 5 request: proto: HTTP/1.1 @@ -367,9 +367,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a4640ba5-85a6-3a2e-d4cc-85600d52f99b + - e8128aec-5bae-03de-eef6-ec397bc6c7a2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -388,7 +388,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","ready":true,"last_operation":{"id":"bb341d8d-bef1-4d86-a4a8-a1bc61f5f5d1","ready":true,"type":"create","state":"succeeded","resource_id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"a4640ba5-85a6-3a2e-d4cc-85600d52f99b","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:46:28.217494Z","updated_at":"2024-07-15T15:46:28.716Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"license_type":"SAPDEV","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:46:28.21749Z","updated_at":"2024-07-15T15:46:28.709457022Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","ready":true,"last_operation":{"id":"2d68dcbf-bce7-4ad5-b06a-7737f15b1e6c","ready":true,"type":"create","state":"succeeded","resource_id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e8128aec-5bae-03de-eef6-ec397bc6c7a2","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:21:27.124213Z","updated_at":"2024-07-24T06:21:27.578416Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:21:27.12421Z","updated_at":"2024-07-24T06:21:27.573000688Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5","username":"redacted","password":"redacted"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -397,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:28 GMT + - Wed, 24 Jul 2024 06:21:27 GMT Expires: - "0" Pragma: @@ -415,12 +415,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f4e366c4-9a31-4ce6-7a4d-6cc9b4f2084a + - 0b58091b-0055-404f-65be-7533610c86e2 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 871.312584ms + duration: 1.017722899s - id: 6 request: proto: HTTP/1.1 @@ -433,15 +433,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4724c3dc-9a10-b304-56b8-4d969f2ce4a7 + - a116cdaa-88d5-f621-e624-bb03d88b8aba X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -460,7 +460,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","ready":true,"last_operation":{"id":"bb341d8d-bef1-4d86-a4a8-a1bc61f5f5d1","ready":true,"type":"create","state":"succeeded","resource_id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"a4640ba5-85a6-3a2e-d4cc-85600d52f99b","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:46:28.217494Z","updated_at":"2024-07-15T15:46:28.716Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"license_type":"SAPDEV","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:46:28.21749Z","updated_at":"2024-07-15T15:46:28.709457Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","ready":true,"last_operation":{"id":"2d68dcbf-bce7-4ad5-b06a-7737f15b1e6c","ready":true,"type":"create","state":"succeeded","resource_id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e8128aec-5bae-03de-eef6-ec397bc6c7a2","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:21:27.124213Z","updated_at":"2024-07-24T06:21:27.578416Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:21:27.12421Z","updated_at":"2024-07-24T06:21:27.573001Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:38 GMT + - Wed, 24 Jul 2024 06:21:36 GMT Expires: - "0" Pragma: @@ -487,12 +487,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 227bebdd-9f64-4f8e-6e78-aedbb0e59a07 + - 84a92260-36ad-4104-6a50-6f5dd434673e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 317.94825ms + duration: 246.101783ms - id: 7 request: proto: HTTP/1.1 @@ -505,15 +505,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 617fc02c-cf3b-a4ef-9f82-10596436fa67 + - d4919ff1-c62e-f070-01cb-f7027180ac5d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -542,7 +542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:38 GMT + - Wed, 24 Jul 2024 06:21:37 GMT Expires: - "0" Pragma: @@ -560,12 +560,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ebb70742-a69c-4b79-4150-d3a6bffcafe4 + - 7c8c6203-ed81-4c67-4ee6-44d83745fc49 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 306.348292ms + duration: 297.630942ms - id: 8 request: proto: HTTP/1.1 @@ -578,15 +578,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a18e24ac-0b43-1e55-ae25-6bf22d531804 + - aa44f8f7-eb0d-c55c-69a8-ef88aeb2d975 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -615,7 +615,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:38 GMT + - Wed, 24 Jul 2024 06:21:37 GMT Expires: - "0" Pragma: @@ -633,18 +633,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6cd4ef39-f5a5-46c7-42dc-fc2dcf5c03ae + - 545d7ac2-a16b-47a3-4657-0525af4aaaf7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 410.276375ms + duration: 329.489191ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -657,9 +657,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d4913a8a-8288-3fc8-2a4f-d9a6e8ec86c7 + - e4bc20be-e4c7-1265-4cde-adeb1e10cd0e X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -670,20 +670,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:39 GMT + - Wed, 24 Jul 2024 06:21:37 GMT Expires: - "0" Pragma: @@ -699,12 +699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - d74ba03e-6ac3-4308-557f-424f377ce095 + - 0d0aad87-7287-46d2-7f40-6edeae0b6b1d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 212.569875ms + duration: 241.474119ms - id: 10 request: proto: HTTP/1.1 @@ -723,9 +723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 252ad223-77f0-72ee-f81d-ebece32a9ad4 + - a24c4dfd-324d-83de-a093-7870309019ba X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -744,7 +744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -753,7 +753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:39 GMT + - Wed, 24 Jul 2024 06:21:38 GMT Expires: - "0" Pragma: @@ -771,12 +771,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 05275312-3f19-4266-471b-56fbfe1ea466 + - 480ba46c-bac6-44ce-4eb8-a402ff0964c7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 570.247833ms + duration: 182.595496ms - id: 11 request: proto: HTTP/1.1 @@ -795,9 +795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6aa2ba27-e5c1-fd3a-178a-f053a057d365 + - f57ae85c-4a16-8471-3889-c20457ed4f0b X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -816,7 +816,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -825,7 +825,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:40 GMT + - Wed, 24 Jul 2024 06:21:38 GMT Expires: - "0" Pragma: @@ -843,12 +843,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - cfbc980f-b1b7-4066-4e33-8bece7ed08c4 + - 6a610797-945d-4342-7df6-70888bb0c10e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 608.039541ms + duration: 389.395466ms - id: 12 request: proto: HTTP/1.1 @@ -867,9 +867,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 61c45e6d-1759-786d-813d-93b6e4804cb1 + - 8d574e99-b2c8-e3c8-c6d4-034fdaa1b8d7 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -888,7 +888,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -897,7 +897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:40 GMT + - Wed, 24 Jul 2024 06:21:38 GMT Expires: - "0" Pragma: @@ -915,18 +915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - ddbc9c3c-7cc2-4681-6cc4-b6fe64a2202a + - ae7d8bb0-a560-48bf-69b9-0ea5b91f7af1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 714.307083ms + duration: 378.187461ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -939,9 +939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5fae453c-c0a1-652e-4fda-608bbb4f7b01 + - 5c3775d0-17ca-f76f-cb19-c941f6f4c892 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -952,20 +952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:43 GMT + - Wed, 24 Jul 2024 06:21:39 GMT Expires: - "0" Pragma: @@ -981,12 +981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 628d96b8-5323-417d-72be-50e8ddead97e + - a54074de-abd1-458b-4a82-cd7384e8a710 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.27977275s + duration: 240.084672ms - id: 14 request: proto: HTTP/1.1 @@ -1005,9 +1005,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 070b598b-3597-834e-97e9-5a4f173ea077 + - e4ba3e65-767e-dd08-93ba-7ceea3067591 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1026,7 +1026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1035,7 +1035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:43 GMT + - Wed, 24 Jul 2024 06:21:39 GMT Expires: - "0" Pragma: @@ -1053,12 +1053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e305cb83-5f31-4b80-5152-0d709543d564 + - 4ab1df19-f85a-4294-52b5-6767a64e9b3e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 167.584125ms + duration: 186.338331ms - id: 15 request: proto: HTTP/1.1 @@ -1077,9 +1077,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 833e9f0c-f9f4-a7bc-9856-80a742ad079c + - eb0b9b5c-74b5-d729-724d-66004aa48b75 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1098,7 +1098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1107,7 +1107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:44 GMT + - Wed, 24 Jul 2024 06:21:39 GMT Expires: - "0" Pragma: @@ -1125,12 +1125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4dc3a617-e2c0-43c6-4768-ee1ee71fc966 + - b3f3ed2e-e485-4bba-6503-f4f37dfea420 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 487.962875ms + duration: 333.832759ms - id: 16 request: proto: HTTP/1.1 @@ -1149,9 +1149,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 4aefc0f1-9163-6e9d-0d24-f8e5d3be0b3f + - 81612172-55b7-6af3-661f-ccee0931450d X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1170,7 +1170,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1179,7 +1179,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:44 GMT + - Wed, 24 Jul 2024 06:21:40 GMT Expires: - "0" Pragma: @@ -1197,12 +1197,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9249cdc3-99e1-43ae-5375-c9b853c91238 + - b4d06418-edac-4e98-6644-67132e1634b7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 469.4795ms + duration: 407.396717ms - id: 17 request: proto: HTTP/1.1 @@ -1215,15 +1215,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 896f4f9b-456d-d1ab-de2c-91fd92c59751 + - 7b6226bc-1b66-b2ca-9b1d-b782aef06316 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1242,7 +1242,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","ready":true,"last_operation":{"id":"bb341d8d-bef1-4d86-a4a8-a1bc61f5f5d1","ready":true,"type":"create","state":"succeeded","resource_id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"a4640ba5-85a6-3a2e-d4cc-85600d52f99b","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:46:28.217494Z","updated_at":"2024-07-15T15:46:28.716Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"license_type":"SAPDEV","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:46:28.21749Z","updated_at":"2024-07-15T15:46:28.709457Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","ready":true,"last_operation":{"id":"2d68dcbf-bce7-4ad5-b06a-7737f15b1e6c","ready":true,"type":"create","state":"succeeded","resource_id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e8128aec-5bae-03de-eef6-ec397bc6c7a2","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:21:27.124213Z","updated_at":"2024-07-24T06:21:27.578416Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:21:27.12421Z","updated_at":"2024-07-24T06:21:27.573001Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1251,7 +1251,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:44 GMT + - Wed, 24 Jul 2024 06:21:40 GMT Expires: - "0" Pragma: @@ -1269,12 +1269,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 68137042-2373-433d-7adc-eaaa855a066e + - c643ec5b-b33c-413e-4646-aa499b5e061c X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 445.683541ms + duration: 265.689198ms - id: 18 request: proto: HTTP/1.1 @@ -1287,15 +1287,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 542eefd2-d556-7da7-6cfa-c5f795f2dc5e + - 51e22f79-8cff-9ff7-0a18-9c58a725fef8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1324,7 +1324,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:45 GMT + - Wed, 24 Jul 2024 06:21:40 GMT Expires: - "0" Pragma: @@ -1342,12 +1342,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - afd904a2-1f52-44f1-7ba6-aabbb3609e1b + - bd023155-9692-4e13-5db2-f9962856ff9f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 409.290292ms + duration: 338.672934ms - id: 19 request: proto: HTTP/1.1 @@ -1360,15 +1360,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c9700b00-2448-842d-b640-2c911804b296 + - d75380e8-d9d0-b235-34b7-5ca63de80ebd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1397,7 +1397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:45 GMT + - Wed, 24 Jul 2024 06:21:41 GMT Expires: - "0" Pragma: @@ -1415,18 +1415,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 49850778-0da0-44c8-7121-6f2e4a799ccc + - 56b6e9d1-7af0-4d46-5777-c0f455430e23 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 305.040125ms + duration: 354.396402ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1439,9 +1439,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0e9a3e74-aa58-fcd0-beba-031de79652ac + - c43c46ee-9c3c-34a2-515e-078865b6e874 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1452,20 +1452,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:48 GMT + - Wed, 24 Jul 2024 06:21:41 GMT Expires: - "0" Pragma: @@ -1481,12 +1481,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a9c29b1a-f5a0-44c2-6276-b0630eace35c + - 47719862-5479-41fd-7fe0-a298314bbf92 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.237304167s + duration: 249.081398ms - id: 21 request: proto: HTTP/1.1 @@ -1505,9 +1505,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 854615d6-0573-c7b4-1c8c-24ecd5fa7f50 + - b92c8e93-7525-3d81-fcc6-d3b2cb5e3063 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1526,7 +1526,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+6@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1535,7 +1535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:48 GMT + - Wed, 24 Jul 2024 06:21:41 GMT Expires: - "0" Pragma: @@ -1553,33 +1553,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 679821e9-f949-4ae3-4664-7ac3d0c2b7fb + - a996485e-712c-4701-49c1-56dbb06716d3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 204.7895ms + duration: 178.298741ms - id: 22 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 70 + content_length: 99 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2049ff62-0ba7-6b69-6385-13ebb286e3a9 + - 5f47b4b4-be9f-2f90-358a-eaf6d3c7cf4a X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1588,7 +1588,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get method: POST response: proto: HTTP/2.0 @@ -1598,7 +1598,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1607,7 +1607,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:48 GMT + - Wed, 24 Jul 2024 06:21:42 GMT Expires: - "0" Pragma: @@ -1625,33 +1625,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 3ae80a60-6dc7-43d7-4145-d146ed11d7fc + - 813f6aa2-6b5d-4d04-749b-c2c621caf854 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 396.388833ms + duration: 431.122073ms - id: 23 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 99 + content_length: 70 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - aaabf392-602c-c123-9272-051fbceb2f3c + - 4291c6ed-5167-cc78-1f56-0a60bcf312a8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1660,7 +1660,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list method: POST response: proto: HTTP/2.0 @@ -1670,7 +1670,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1679,7 +1679,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:49 GMT + - Wed, 24 Jul 2024 06:21:42 GMT Expires: - "0" Pragma: @@ -1697,12 +1697,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - a1079975-b042-4030-48ce-3ceea9be9526 + - 454bb786-7ea9-43be-4384-6a0fbcafbffe X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 511.286167ms + duration: 394.469749ms - id: 24 request: proto: HTTP/1.1 @@ -1715,15 +1715,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1a764b73-8936-ea87-3f4e-3c7f4cdc76d0 + - 35622d09-db6d-6eab-9c73-95a64b4b4806 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1742,7 +1742,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","ready":true,"last_operation":{"id":"bb341d8d-bef1-4d86-a4a8-a1bc61f5f5d1","ready":true,"type":"create","state":"succeeded","resource_id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"a4640ba5-85a6-3a2e-d4cc-85600d52f99b","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:46:28.217494Z","updated_at":"2024-07-15T15:46:28.716Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"license_type":"SAPDEV","origin":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","region":"cf-eu12","env_type":"sapcp","crm_customer_id":"","platform":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:46:28.21749Z","updated_at":"2024-07-15T15:46:28.709457Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","ready":true,"last_operation":{"id":"2d68dcbf-bce7-4ad5-b06a-7737f15b1e6c","ready":true,"type":"create","state":"succeeded","resource_id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"e8128aec-5bae-03de-eef6-ec397bc6c7a2","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:21:27.124213Z","updated_at":"2024-07-24T06:21:27.578416Z"},"name":"tf-test-audit-log","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","region":"cf-eu12","env_type":"sapcp","platform":"sapcp","origin":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","crm_customer_id":"","instance_name":"tf-test-audit-log"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:21:27.12421Z","updated_at":"2024-07-24T06:21:27.573001Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -1751,7 +1751,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:49 GMT + - Wed, 24 Jul 2024 06:21:42 GMT Expires: - "0" Pragma: @@ -1769,12 +1769,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 7c915e6f-2a21-4cae-6493-90e58ef6edc4 + - 9ea1d318-dbe8-433c-47dc-c5577b696c2e X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 332.009458ms + duration: 382.0283ms - id: 25 request: proto: HTTP/1.1 @@ -1787,15 +1787,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - d36ce62e-da9b-c94d-63a5-13d56f1f40b6 + - beebc3d0-46d2-7ca8-1171-e661a9f3f241 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1824,7 +1824,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:50 GMT + - Wed, 24 Jul 2024 06:21:43 GMT Expires: - "0" Pragma: @@ -1842,12 +1842,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - b3b8598b-f7fa-4e44-541b-354b0de0a87a + - 62890ec7-1c51-4432-5f90-31d2e3d3d4e8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 532.300125ms + duration: 299.282511ms - id: 26 request: proto: HTTP/1.1 @@ -1860,15 +1860,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 7f9a96c9-0b9d-87a7-f4fc-67682771c5fa + - 7921337e-9639-59d7-3bba-41b3a237e3a8 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -1897,7 +1897,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:50 GMT + - Wed, 24 Jul 2024 06:21:43 GMT Expires: - "0" Pragma: @@ -1915,18 +1915,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 338c71fc-979a-441a-5d03-3cf42ced405a + - 4efb379d-ef9b-4992-429b-513ffc339e3f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 458.924208ms + duration: 311.922268ms - id: 27 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -1939,9 +1939,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b35b3329-2ee5-a046-bc7d-b526809e900c + - a304758e-28e9-accb-045a-809ec4b0c734 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -1952,20 +1952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:52 GMT + - Wed, 24 Jul 2024 06:21:43 GMT Expires: - "0" Pragma: @@ -1981,12 +1981,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 4d5a1a34-94dd-4308-7034-cb5554d22e39 + - 8cb9ce8b-07c0-47a9-6546-bf0bd3c803b7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.135531792s + duration: 217.303049ms - id: 28 request: proto: HTTP/1.1 @@ -1999,15 +1999,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","newName":"TF-TEST-AUDIT-LOG","plan":"02fed361-89c1-4560-82c3-0deaf93ac75b","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","newName":"TF-TEST-AUDIT-LOG","plan":"02fed361-89c1-4560-82c3-0deaf93ac75b","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 66bea55e-14f3-0f3c-3a7b-1c44d39c7f12 + - 1fd7fc0f-7ba4-61b5-3e4a-0e3a1a603cfa X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2026,7 +2026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","command":"btp get services/instance 7717fa80-b0ea-4ea4-8826-266f5f320c2a --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","command":"btp get services/instance 572370b5-3e7e-40b1-9ccd-96b4eea9f078 --subaccount 59cd458e-e66e-4b60-b6d8-8f219379f9a5","description":"Use the command above with the provided values (instance ID and subaccount ID respectively) to check the status of the update instance operation you initiated."}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2035,7 +2035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:53 GMT + - Wed, 24 Jul 2024 06:21:44 GMT Expires: - "0" Pragma: @@ -2053,12 +2053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6f4f0534-aea5-45de-6ab4-d8559bbd8835 + - c584629e-f4b6-46ab-602c-27a4ccd790b8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 496.083083ms + duration: 403.167363ms - id: 29 request: proto: HTTP/1.1 @@ -2071,15 +2071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 06e1c457-3a65-5e91-73e4-daa8f6f3101c + - b44e9b6b-d459-a63e-91b4-08b7d42e0c35 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2098,7 +2098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","ready":true,"last_operation":{"id":"8669d57e-3b20-4d17-a364-1b6b34beba41","ready":true,"type":"update","state":"succeeded","resource_id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"66bea55e-14f3-0f3c-3a7b-1c44d39c7f12","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:46:53.28745Z","updated_at":"2024-07-15T15:46:53.462708Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"env_type":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","origin":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:46:28.21749Z","updated_at":"2024-07-15T15:46:53.447171Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","ready":true,"last_operation":{"id":"82fd7815-59b5-4e34-80f6-c6219476b601","ready":true,"type":"update","state":"succeeded","resource_id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"1fd7fc0f-7ba4-61b5-3e4a-0e3a1a603cfa","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:21:44.163131Z","updated_at":"2024-07-24T06:21:44.300238Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"origin":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","env_type":"sapcp","crm_customer_id":"","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:21:27.12421Z","updated_at":"2024-07-24T06:21:44.284752Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2107,7 +2107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:53 GMT + - Wed, 24 Jul 2024 06:21:44 GMT Expires: - "0" Pragma: @@ -2125,12 +2125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 274ae067-a0dc-46a4-64dd-c049c1e6875b + - f2b5e90d-d680-44a8-4670-7e4c66b58383 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 333.983791ms + duration: 267.986381ms - id: 30 request: proto: HTTP/1.1 @@ -2143,15 +2143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 6c20f530-33d2-94d6-2e91-f053a85c139d + - 32f7856a-65ee-7677-7c17-ea4042b47c91 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2180,7 +2180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:54 GMT + - Wed, 24 Jul 2024 06:21:44 GMT Expires: - "0" Pragma: @@ -2198,12 +2198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 5ff3c4b4-880b-49b9-6208-d2f535a3a53e + - ce90b482-d00d-4091-7c53-3f03026423a3 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 587.982875ms + duration: 309.897394ms - id: 31 request: proto: HTTP/1.1 @@ -2216,15 +2216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 5417219a-c9b9-d373-158b-925d2ea4fa37 + - 2db8c8b5-96c0-457c-f3c2-49f5bd085db3 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2253,7 +2253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:46:54 GMT + - Wed, 24 Jul 2024 06:21:45 GMT Expires: - "0" Pragma: @@ -2271,12 +2271,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 6a69f7ca-68e0-4285-5e0c-f9d55d3b5fd2 + - 606ca4a3-5a38-4ead-5c91-bf6946dbfb50 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 293.250209ms + duration: 320.109263ms - id: 32 request: proto: HTTP/1.1 @@ -2289,15 +2289,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 86028507-74c4-de6a-cc35-18ef69d84326 + - a3a45094-6c62-01f1-df54-390d2d3abcce X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2316,7 +2316,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","ready":true,"last_operation":{"id":"8669d57e-3b20-4d17-a364-1b6b34beba41","ready":true,"type":"update","state":"succeeded","resource_id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"66bea55e-14f3-0f3c-3a7b-1c44d39c7f12","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:46:53.28745Z","updated_at":"2024-07-15T15:46:53.462708Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"env_type":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","origin":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:46:28.21749Z","updated_at":"2024-07-15T15:46:53.447171Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","ready":true,"last_operation":{"id":"82fd7815-59b5-4e34-80f6-c6219476b601","ready":true,"type":"update","state":"succeeded","resource_id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"1fd7fc0f-7ba4-61b5-3e4a-0e3a1a603cfa","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:21:44.163131Z","updated_at":"2024-07-24T06:21:44.300238Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"origin":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","env_type":"sapcp","crm_customer_id":"","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:21:27.12421Z","updated_at":"2024-07-24T06:21:44.284752Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2325,7 +2325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:03 GMT + - Wed, 24 Jul 2024 06:21:54 GMT Expires: - "0" Pragma: @@ -2343,12 +2343,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e8b99007-226e-429d-507f-ddebf12788f0 + - ef940e23-e655-4d53-769f-d81071e212c8 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 285.1625ms + duration: 334.707345ms - id: 33 request: proto: HTTP/1.1 @@ -2361,15 +2361,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 607c2e52-f7f9-e4d3-6a6a-631424c1409c + - bc306f5b-a0b4-22b5-a7b6-01b3baa02da2 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2398,7 +2398,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:04 GMT + - Wed, 24 Jul 2024 06:21:54 GMT Expires: - "0" Pragma: @@ -2416,12 +2416,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f73a263d-8eea-4972-7196-675e97f2dfd8 + - d72200b3-c3c0-46f8-43e5-450a826f49af X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 350.587292ms + duration: 301.19002ms - id: 34 request: proto: HTTP/1.1 @@ -2434,15 +2434,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 79aac68b-4101-d2d8-9bd6-df7f7752c1f8 + - 70a4be4c-5c13-87b5-d8ca-1d92789fa8ff X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2471,7 +2471,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:04 GMT + - Wed, 24 Jul 2024 06:21:55 GMT Expires: - "0" Pragma: @@ -2489,18 +2489,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 90db12c8-720b-4b7e-72f5-479f45c200ed + - d3b9f64f-b3ee-41d9-76e3-846fcf1a1966 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 410.9885ms + duration: 285.826803ms - id: 35 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2513,9 +2513,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 1ff56b47-d0a9-162e-d918-fceb8306d146 + - 820dd27a-a2ef-a49a-e717-1bc81f832435 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2526,20 +2526,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:06 GMT + - Wed, 24 Jul 2024 06:21:55 GMT Expires: - "0" Pragma: @@ -2555,12 +2555,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 764570fa-fa74-476d-470b-a2e330be2037 + - 11867b67-4b97-4d67-5966-539d9a5a0b98 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.186666083s + duration: 237.310173ms - id: 36 request: proto: HTTP/1.1 @@ -2579,9 +2579,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e820bd80-d6ea-e937-92a2-325d496ea1e2 + - fe5ee292-c958-03aa-8e4d-ba0b082a6186 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2600,7 +2600,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+4@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+5@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2609,7 +2609,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:07 GMT + - Wed, 24 Jul 2024 06:21:55 GMT Expires: - "0" Pragma: @@ -2627,12 +2627,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 323e9268-277c-4766-62e1-98986d352cdf + - 1097f2af-c4f6-485b-4dd1-b85f39d1e2a9 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 198.587625ms + duration: 154.078977ms - id: 37 request: proto: HTTP/1.1 @@ -2651,9 +2651,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 78e7630a-3c13-0e93-aca5-8232c3c5da82 + - f6ba338a-9331-dd39-762b-b0d990d2107e X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2672,7 +2672,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2681,7 +2681,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:07 GMT + - Wed, 24 Jul 2024 06:21:56 GMT Expires: - "0" Pragma: @@ -2699,12 +2699,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 1b58d178-743a-4077-7955-427b057200b4 + - c7887222-355d-4f02-578a-2df5a48043a6 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 443.9825ms + duration: 488.052798ms - id: 38 request: proto: HTTP/1.1 @@ -2723,9 +2723,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - a9aedd6e-71d8-3526-63b9-2681441f9b7d + - 5ee0fcd5-3437-b858-5645-146cceba93d7 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2744,7 +2744,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2753,7 +2753,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:08 GMT + - Wed, 24 Jul 2024 06:21:56 GMT Expires: - "0" Pragma: @@ -2771,18 +2771,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 60f5c66f-616e-4c9c-6bc3-ccce68ec43b1 + - 2f39ab98-e02a-48c7-64bd-dcc7d91bb690 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 508.705167ms + duration: 392.29008ms - id: 39 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -2795,9 +2795,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - e63a7446-24cf-6e3d-b68d-1aca32f7523e + - 3400364d-1c54-bbb0-b050-d81d1c3075be X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -2808,20 +2808,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:08 GMT + - Wed, 24 Jul 2024 06:21:56 GMT Expires: - "0" Pragma: @@ -2837,12 +2837,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 976858af-7b58-4abc-683f-ddac27b1c2f1 + - 441951e4-c7f3-40f7-65aa-3df2bd7378ee X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 261.632375ms + duration: 247.160004ms - id: 40 request: proto: HTTP/1.1 @@ -2861,9 +2861,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 0ba0907a-9a85-b149-84cc-0d2b4afc5ac8 + - 69b54dff-3965-4c07-d12e-7979df37f5de X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2882,7 +2882,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"value":[{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+1@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+2@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe+3@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+4@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+5@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+8@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' + body: '{"value":[{"guid":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","technicalName":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","displayName":"integration-test-services-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-services-4ie3yr1a","betaEnabled":true,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Subaccount to test: \n- Service instances\n- Service Bindings\n- App Subscriptions","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 3, 2023, 11:34:41 AM","createdBy":"john.doe@int.test","modifiedDate":"Jul 7, 2023, 11:48:00 AM"},{"guid":"16078f1a-b004-496c-a582-17c063d1eabb","technicalName":"16078f1a-b004-496c-a582-17c063d1eabb","displayName":"dcmcanary_20240722061922","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"btp-gp0d11866f-00ce-e468-c9ec-95e4b92d294f","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 22, 2024, 6:19:24 AM","createdBy":"DL_65DDA8EBA97EAA0134EEB5DC@global.corp.sap","modifiedDate":"Jul 22, 2024, 6:19:47 AM"},{"guid":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","technicalName":"fc26cc61-ac5e-4c7d-9747-725f32a8994e","displayName":"integration-test-security-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-security-settings-8ptbr820","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 3:04:48 PM","createdBy":"john.doe@int.test","modifiedDate":"Nov 14, 2023, 3:05:04 PM"},{"guid":"31db5972-22fd-45b7-b923-6a91926cc598","technicalName":"31db5972-22fd-45b7-b923-6a91926cc598","displayName":"integration-test-trust-settings","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-trust-settings-20is1p4j","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jul 15, 2024, 3:55:46 PM","createdBy":"john.doe+1@int.test","modifiedDate":"Jul 15, 2024, 3:56:07 PM"},{"guid":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","technicalName":"ac6e4d99-2fd5-429e-b85a-da3555f8f9b3","displayName":"test-vk","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-vk-w6vh8z0b","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"May 10, 2024, 12:01:09 PM","createdBy":"john.doe+2@int.test","modifiedDate":"May 10, 2024, 12:01:24 PM"},{"guid":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","technicalName":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","displayName":"integration-test-acc-static","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"integration-test-acc-static-b8xxozer","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","description":"Please don\u0027t modify. This is used for integration tests.","state":"OK","stateMessage":"Subaccount created.","customProperties":[{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"a","value":"1"},{"accountGUID":"77395f6a-a601-4c9e-8cd0-c1fcefc7f60f","key":"b","value":"4"}],"labels":{"a":["1","2","3"],"b":["4","5","6"]},"createdDate":"Mar 5, 2024, 6:55:18 AM","createdBy":"john.doe+3@int.test","modifiedDate":"Mar 5, 2024, 6:55:37 AM"},{"guid":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","technicalName":"2881f27f-75fc-408e-a1cc-be9b4717f4d0","displayName":"test_diya","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"testDiya","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Apr 8, 2024, 5:31:33 AM","createdBy":"john.doe+4@int.test","modifiedDate":"Apr 8, 2024, 5:31:47 AM"},{"guid":"82795e09-db5a-4b1c-8fd9-4737ae098341","technicalName":"82795e09-db5a-4b1c-8fd9-4737ae098341","displayName":"test-cls-as-1","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"test-cls-as-1-59zwlmth","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 7, 2024, 12:15:06 PM","createdBy":"john.doe+5@int.test","modifiedDate":"Jun 7, 2024, 12:15:27 PM"},{"guid":"b0797898-c867-4eb4-a228-d88a15218208","technicalName":"b0797898-c867-4eb4-a228-d88a15218208","displayName":"B2C | dept-XYZ: CF - DEV","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentType":"ROOT","region":"eu12","subdomain":"b2c-dept-xyz-dev","betaEnabled":false,"usedForProduction":"UNSET","state":"OK","stateMessage":"Subaccount created.","createdDate":"Jun 13, 2024, 4:57:36 AM","createdBy":"john.doe+6@int.test","modifiedDate":"Jun 13, 2024, 4:57:53 AM"},{"guid":"4e981c0f-de50-4442-a26e-54798120f141","technicalName":"4e981c0f-de50-4442-a26e-54798120f141","displayName":"integration-test-acc-entitlements-stacked","globalAccountGUID":"03760ecf-9d89-4189-a92a-1c7efed09298","parentGUID":"ccaf9acf-219d-47b5-bb3f-adae6871cdb2","parentType":"FOLDER","parentFeatures":["DEFAULT"],"region":"eu12","subdomain":"integration-test-acc-entitlements-stacked-gddtpz5i","betaEnabled":false,"usedForProduction":"NOT_USED_FOR_PRODUCTION","state":"OK","stateMessage":"Subaccount created.","createdDate":"Nov 14, 2023, 1:14:31 PM","createdBy":"john.doe+7@int.test","modifiedDate":"Nov 14, 2023, 1:14:54 PM"}]}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2891,7 +2891,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:08 GMT + - Wed, 24 Jul 2024 06:21:57 GMT Expires: - "0" Pragma: @@ -2909,33 +2909,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 9806c037-4649-4bae-50d8-4dc442ea0a8f + - abd2661d-360a-449e-5299-e04253317758 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 147.701375ms + duration: 197.198225ms - id: 41 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 70 + content_length: 99 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 8787d95d-e5ae-833d-edd9-e480ce7855f6 + - 9ef11621-db7f-2783-d0b1-bd176cd6dbfd X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -2944,7 +2944,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get method: POST response: proto: HTTP/2.0 @@ -2954,7 +2954,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.959841Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.976786Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:28.998511Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.393276Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-15T14:09:18.405529Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.0025Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-15T13:44:04.025371Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-15T13:44:42.463678Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.910814Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-15T13:45:02.926214Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.279745Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-15T13:45:13.329141Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.709534Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-15T13:45:24.724849Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.36277Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-15T13:45:35.381263Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-15T14:06:50.090059Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-15T13:45:50.138669Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.513891Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.484983Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.3.20240709-210027","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1720524819","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.3.20240709-210027","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.10","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1720524034","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.10","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.21","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1720516966","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.21","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.33","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1720510729","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.33","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-15T15:37:37.420165Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.921627Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-15T13:43:29.044585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-15T13:46:00.498218Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.86961Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-15T13:48:46.944613Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-15T13:49:29.634916Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.941017Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.960335Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-15T13:50:32.828612Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-15T13:55:03.226687Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-15T13:55:50.072009Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-15T13:44:57.9506Z"}]' + body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-24T00:56:29.713386Z"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -2963,7 +2963,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:08 GMT + - Wed, 24 Jul 2024 06:21:57 GMT Expires: - "0" Pragma: @@ -2981,33 +2981,33 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2116976a-29ec-437a-732b-a2df4f7afec2 + - 8f0d703e-13ff-456b-42fa-dd53e2c7022b X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 353.354667ms + duration: 389.723694ms - id: 42 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 99 + content_length: 70 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap remote_addr: "" request_uri: "" body: | - {"paramValues":{"name":"auditlog-management","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 2a9edd63-5cf8-edf7-9dd1-2de4dacc0090 + - a1c39c2f-6b8b-1839-6419-91601d437425 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3016,7 +3016,7 @@ interactions: - redacted X-Cpcli-Subdomain: - terraformintcanary - url: https://canary.cli.btp.int.sap/command/v2.64.0/services/offering?get + url: https://canary.cli.btp.int.sap/command/v2.64.0/services/plan?list method: POST response: proto: HTTP/2.0 @@ -3026,7 +3026,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"0091024c-1648-4716-bd17-604eabd7f480","ready":true,"name":"auditlog-management","description":"Retrieve logs and change retention","bindable":true,"instances_retrievable":false,"bindings_retrievable":false,"plan_updateable":false,"allow_context_updates":false,"metadata":{"displayName":"Auditlog Management","imageUrl":"data:image/svg+xml;base64,PHN2ZyBpZD0iYXVkaXRsb2ctbWFuYWdlbWVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWE3YTk0O30uY2xzLTJ7ZmlsbDojMDA5MmQxO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXVkaXRsb2ctbWFuYWdlbWVudDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAuNjA4LDEwLjg0M0EyLjk3LDIuOTcsMCwwLDAsMzguNSwxMEgzMi4yMThhNS4yNzYsNS4yNzYsMCwwLDAtMS4zNTktMS45MjEsNC4xLDQuMSwwLDAsMC0yLjItLjk4NSw1Ljg1Miw1Ljg1MiwwLDAsMC0yLjEwOS0yLjI0OUE1LjY2MSw1LjY2MSwwLDAsMCwyMy41LDRhNS45LDUuOSwwLDAsMC0zLjA5My44NDQsNS43MjEsNS43MjEsMCwwLDAtMi4xNTYsMi4yNDksNC4yNzEsNC4yNzEsMCwwLDAtMi4xNTYuOTg1QTQuMjIyLDQuMjIyLDAsMCwwLDE0Ljc4MywxMEg4LjVhMi44ODgsMi44ODgsMCwwLDAtMywzVjQ5YTIuODg4LDIuODg4LDAsMCwwLDMsM2gyN1Y0OUg4LjVWMTNoNi4yODFhNi41MTYsNi41MTYsMCwwLDAsLjkzNywxLjg3NUEzLjAxOCwzLjAxOCwwLDAsMCwxOC4xNTcsMTZIMjguODQ0YTIuOTMsMi45MywwLDAsMCwyLjM0My0xLjEyNUE0LjY0OCw0LjY0OCwwLDAsMCwzMi4yMTgsMTNIMzguNVYyNWgzVjEzQTIuODQ2LDIuODQ2LDAsMCwwLDQwLjYwOCwxMC44NDNaTTI4LDEzSDE5YTEuMzI1LDEuMzI1LDAsMCwxLTEuNS0xLjVBMS4zMjUsMS4zMjUsMCwwLDEsMTksMTBoMS41YTIuODg2LDIuODg2LDAsMCwxLDMtMywyLjk3LDIuOTcsMCwwLDEsMi4xMS44NDNBMi44NTEsMi44NTEsMCwwLDEsMjYuNSwxMEgyOGExLjMyNywxLjMyNywwLDAsMSwxLjUsMS41QTEuMzI2LDEuMzI2LDAsMCwxLDI4LDEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3LjkyOCwzMy44NzdjLS4xMDYtLjIzLS4yMzEtLjQ2OS0uMzcyLS43MTdsMS4yNzUtMS4yNzRMMzcuNjEsMzAuNjY1bC0xLjI3NSwxLjI3NEE2LjQ2Myw2LjQ2MywwLDAsMCwzNC44LDMxLjNWMjkuNUgzMy4xdjEuOGE3Ljc0Nyw3Ljc0NywwLDAsMC0xLjQzNC42MzdsLTEuMzI3LTEuMjc0LTEuMTY4LDEuMjIxLDEuMjc0LDEuMjc0YTMuMzc1LDMuMzc1LDAsMCwwLS42MzcsMS40ODdIMjh2MS43aDEuOGEzLjUyLDMuNTIsMCwwLDAsLjYzNywxLjQ4NkwyOS4xNjgsMzkuMTZsMS4xNjgsMS4xNjgsMS4zMjctMS4yNzRhMy41MDksMy41MDksMCwwLDAsMS40MzQuNjM2VjQxLjVoMS43VjM5LjY5YTQuNDU0LDQuNDU0LDAsMCwwLDEuNTM5LS42MzZsMS4yNzUsMS4yNzQsMS4yMjEtMS4xNjgtMS4yNzUtMS4zMjhhNS44NjksNS44NjksMCwwLDAsLjYzOC0xLjQ4Nkg0MHYtMS43aC0xLjhBNC41MDgsNC41MDgsMCwwLDAsMzcuOTI4LDMzLjg3N1pNMzUuOCwzNy4zMjhhMi41LDIuNSwwLDAsMS0zLjYxLDAsMi41NDMsMi41NDMsMCwwLDEtLjc0My0xLjgzMiwyLjM2OSwyLjM2OSwwLDAsMSwuNzQzLTEuNzc4LDIuNjMsMi42MywwLDAsMSwzLjYxLDAsMi4zNzQsMi4zNzQsMCwwLDEsLjc0NCwxLjc3OEEyLjU0OCwyLjU0OCwwLDAsMSwzNS44LDM3LjMyOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTUuMDg2IDIyLjU4MiAxMy4yNTQgMjAuNzUgMTEuNTAyIDIyLjU4MiAxNS4wODYgMjYuMTY1IDE2LjkxNyAyNC4zMzQgMjAuNTAxIDIwLjc1IDE4LjY2OSAxOC45OTggMTUuMDg2IDIyLjU4MiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNS4wODYgMzQuNTg2IDEzLjI1NCAzMi43NTQgMTEuNTAyIDM0LjU4NiAxNS4wODYgMzguMTcgMTYuOTE3IDM2LjMzOCAyMC41MDEgMzIuNzU0IDE4LjY2OSAzMS4wMDIgMTUuMDg2IDM0LjU4NiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjkzNyw0OS4zODRsLTcuNjYtNy42NmExMC4xMTIsMTAuMTEyLDAsMCwwLDEuNTg4LTIuODk1LDEwLjMwOCwxMC4zMDgsMCwwLDAtLjI4LTcuNDI3LDEwLjU0OSwxMC41NDksMCwwLDAtNS41NTgtNS41NTgsMTAuMjQsMTAuMjQsMCwwLDAtOC4xMjgsMEExMC41NDksMTAuNTQ5LDAsMCwwLDI0LjM0MSwzMS40YTEwLjIzNywxMC4yMzcsMCwwLDAsMCw4LjEyN0ExMC41NDksMTAuNTQ5LDAsMCwwLDI5LjksNDUuMDg3YTkuOTg3LDkuOTg3LDAsMCwwLDQuMDY0Ljg0MSwxMC4zMjEsMTAuMzIxLDAsMCwwLDYuMjU5LTIuMDU1bDcuNjYsNy42NmExLjM2NCwxLjM2NCwwLDAsMCwyLjA1NSwwQTEuMzEsMS4zMSwwLDAsMCw0OS45MzcsNDkuMzg0Wm0tMTAuNy04LjY0MWE3LjQ0MSw3LjQ0MSwwLDAsMS0xMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLTEwLjU1Niw3LjQ0Myw3LjQ0MywwLDAsMSwxMC41NTYsMCw3LjQ0Myw3LjQ0MywwLDAsMSwwLDEwLjU1NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNSwyMy41aDlhMS41LDEuNSwwLDEsMCwwLTNIMjVhMS41LDEuNSwwLDEsMCwwLDNaIi8+PC9zdmc+","longDescription":"Retrieve audit logs","documentationUrl":"https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/30ece35bac024ca69de8b16bff79c413.html","serviceInventoryId":"SERVICE-136"},"broker_id":"83d2f1bc-3a71-43ad-a8bf-133d7d2f80c5","catalog_id":"77f00a5c-c213-4f34-b393-13d597c7c7f0-3","catalog_name":"auditlog-management","created_at":"2020-09-04T14:00:21.635804Z","updated_at":"2024-07-15T14:06:50.079031Z"}' + body: '[{"catalog_id":"f7909c1d-deb9-4adc-b285-c5bb192e8fdb","catalog_name":"subaccount-admin","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of resources in the subaccount in which the service instance of this plan was created. This includes managing service instances, bindings and subaccount-scoped platforms.","free":true,"id":"4a690390-0319-47fe-ab0b-cdda57ca743f","labels":"commercial_name = subaccount-admin","name":"subaccount-admin","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.369583Z"},{"catalog_id":"209d9bed-8c96-4dbc-a9c2-fb340d40a859","catalog_name":"subaccount-audit","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows read-only access to the resources in the subaccount in which the service instance was created. This includes reading service instances, bindings and subaccount-scoped platforms.","free":true,"id":"7370df1d-75a1-48a7-9883-ac53b5279fc4","labels":"commercial_name = subaccount-audit","name":"subaccount-audit","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.381405Z"},{"catalog_id":"242d6244-2bc9-4913-933f-f563266c3fa2","catalog_name":"container","created_at":"2020-08-09T11:31:20.082571Z","data_center":"","description":"Allows management of service instances and bindings in a reduced scope. Instances created in a container are not visible when using credentials of other container instances.","free":true,"id":"e38a6661-3b04-4de8-ae7a-56861c53f2d0","labels":"commercial_name = container","metadata":{"supportsInstanceSharing":true},"name":"container","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.396167Z"},{"catalog_id":"g82c70b5-ba96-44db-a4e6-2b608d3b6794","catalog_name":"resources","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will be used by brokers for retrieving resources from resource providers.","free":true,"id":"8a21a612-459b-461d-ba90-c7e1c75f64f3","labels":"commercial_name = resources","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"resources","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.055267Z"},{"catalog_id":"e7227f10-be41-436b-935a-e58da4122567","catalog_name":"service","created_at":"2020-08-10T07:34:28.809068Z","data_center":"","description":"This plan binding will register application as LPS client for consuming lps apis","free":true,"id":"e8988e63-adf6-4708-8780-f0637e31c098","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"service","ready":true,"service_offering_id":"b3f88a98-4076-4d8b-b519-1c5222c9b178","service_offering_name":"lps-service","updated_at":"2024-07-24T01:07:03.066667Z"},{"bindable":true,"catalog_id":"saasApplication","catalog_name":"application","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SaaS application owners to manage the lifecycle of SaaS applications with SAP SaaS Provisioning APIs.","free":true,"id":"c5d7a86e-176b-4ee8-8286-7910970f7dc3","labels":"commercial_name = application","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.88852Z"},{"bindable":true,"catalog_id":"saasService","catalog_name":"service","created_at":"2020-08-10T07:35:37.447784Z","data_center":"","description":"Service plan for SAP internal service owners to develop reusable services and manage service dependencies.","free":true,"id":"bcf1872b-1091-4dcb-a6f4-ded7112ca448","labels":"commercial_name = service","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"],"supportsInstanceSharing":true},"name":"service","ready":true,"service_offering_id":"a5387c0b-141b-4b66-bb14-9fdb032e6eaf","service_offering_name":"saas-registry","updated_at":"2024-07-24T00:54:40.907467Z"},{"catalog_id":"b3440416-15f9-11e7-bdac-02667c123456","catalog_name":"lite","created_at":"2020-08-10T14:58:38.756598Z","data_center":"","description":"Read and manage destination configurations (including related certificates) on account and service instance levels with auto-retrieving and caching of auth tokens","free":true,"id":"cdf9c103-ef56-43e5-ac1d-4f1c5b15e05c","labels":"commercial_name = lite","metadata":{"bullets":["Shared service resources for all applications","Limit of 1000 configurations (destinations + certificates)"],"displayName":"lite","supportsInstanceSharing":true},"name":"lite","ready":true,"service_offering_id":"8627a19b-c397-4b1a-b297-6281bd46d8c3","service_offering_name":"destination","updated_at":"2024-07-24T00:55:20.206206Z"},{"catalog_id":"production","catalog_name":"default","created_at":"2020-08-12T13:15:46.933069Z","data_center":"","description":"Enables the end-to-end story of reporting usage information for productive commercial purposes","free":true,"id":"cf8c5150-d420-449f-b27b-35f1d4d5c1d3","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.487589Z"},{"catalog_id":"74b05617-70af-4d2c-b119-37e24c212806","catalog_name":"clamav","created_at":"2020-08-12T13:20:09.218291Z","data_center":"","description":"synchronous scanning with ClamAV","free":true,"id":"481723ca-8c97-4e81-aa7e-b7abc48fcad4","labels":"commercial_name = clamav","metadata":{"sap":{"instance_isolation":true,"tenant_aware":false}},"name":"clamav","ready":true,"service_offering_id":"f474342c-31c4-461a-93d9-55d557674d79","service_offering_name":"malware-scanner","updated_at":"2024-07-24T00:55:40.535105Z"},{"bindable":true,"catalog_id":"HWEgt9/jJGFjzT8j+/x9pGivrAuKbUMUK8PgWEx3cLY=","catalog_name":"broker","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Broker plan to be used by business reuse services / service brokers","free":true,"id":"a593dcd5-1bb0-4d42-8007-b237fb374c3a","labels":"commercial_name = broker","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, user token)","One OAuth client for the reuse service itself + one per instance of the reuse service"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"broker","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.487574Z"},{"bindable":true,"catalog_id":"ThGdx5loQ6XhvcdY6dLlEXcTgQD7641pDKXJfzwYGLg=","catalog_name":"application","created_at":"2020-08-13T15:09:38.643826Z","data_center":"","description":"Application plan to be used for business applications","free":true,"id":"de0d54b6-65bc-4817-a075-b038f7c150e4","labels":"commercial_name = application","metadata":{"bullets":["Tenant isolation","Supports different OAuth flows (Client credentials, authorization code, SAML bearer assertion)","One OAuth client per service instance"],"sibling_resolution":{"enabled":true,"name_paths":["scopes.#.granted-apps","scopes.#.grant-as-authority-to-apps","foreign-scope-references","authorities","role-collections.#.role-template-references"],"resolution_property":"siblingIds","value_regexp":"\\$XSSERVICENAME\\((.*)\\)"},"supportedMaxOSBVersion":"2.14","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","sapcp","kubernetes"],"supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"d67ff82d-9bfe-43e3-abd2-f2e21a5362c5","service_offering_name":"xsuaa","updated_at":"2024-07-24T01:06:42.381764Z"},{"catalog_id":"ebb3b29e-bbf9-4900-b926-2f8e9c9a3347","catalog_name":"lite","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service development plan (for non-productive usage)","free":true,"id":"fb6f6ffb-a4d8-443d-8731-1120a28df09d","labels":"commercial_name = lite","metadata":{"bullets":["Plan with basic functionality and relaxed security, excellent for development and try-out purposes"],"displayName":"lite","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"lite","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.374703Z"},{"catalog_id":"d3ec8aed-4ec5-4b91-a3ec-17cae30a1dfc","catalog_name":"standard","created_at":"2020-08-17T09:00:26.04656Z","data_center":"","description":"Feature Flags service standard plan","free":true,"id":"ea585bd1-2503-4f55-822c-501519879ab9","labels":"commercial_name = standard","metadata":{"bullets":["Enterprise-ready plan with support for different flag types, adds constraints to and keeps track on flags lifecycle."],"displayName":"standard","supportedMaxOSBVersion":2.14,"supportedMinOSBVersion":2.13,"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"standard","ready":true,"service_offering_id":"8d5d96d0-fa2d-40c9-951f-c9ed571ba5da","service_offering_name":"feature-flags","updated_at":"2024-07-24T00:56:01.387169Z"},{"catalog_id":"7ccdcda7-e376-46ef-8181-ca6d8dc13240","catalog_name":"app-host","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to deploy HTML5 applications to the repository.","free":true,"id":"0ac1764a-c2ee-4675-9bb7-7955f5af86dc","labels":"commercial_name = app-host","name":"app-host","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.488384Z"},{"catalog_id":"394c61ff-2306-4ce2-ae18-85b3cb28897c","catalog_name":"app-runtime","created_at":"2020-08-18T16:05:37.292133Z","data_center":"","description":"Use this service plan to consume HTML5 applications stored in the repository.","free":true,"id":"12419745-53d8-4b23-877f-04fdcf83943b","labels":"commercial_name = app-runtime","metadata":{"metadata":{}},"name":"app-runtime","ready":true,"service_offering_id":"23f7803c-57e2-419e-95c3-ea1c86ed2c68","service_offering_name":"html5-apps-repo","updated_at":"2024-07-24T00:56:11.509317Z"},{"catalog_id":"e95e800c-f129-474f-b08e-fbfbe624abfd-3","catalog_name":"default","created_at":"2020-09-04T14:00:21.635804Z","data_center":"","description":"Default plan for Auditlog API","free":true,"id":"02fed361-89c1-4560-82c3-0deaf93ac75b","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"0091024c-1648-4716-bd17-604eabd7f480","service_offering_name":"auditlog-management","updated_at":"2024-07-24T00:56:29.72446Z"},{"catalog_id":"5b9399da-3c99-11e8-b467-oiu5f89f716c-uaa","catalog_name":"default","created_at":"2020-09-04T15:54:06.210729Z","data_center":"","description":"[DEPRECATED] Default plan for Auditlog API","free":true,"id":"c960aaff-79ef-4efd-bee9-61cd6b7f08c2","labels":"commercial_name = default","metadata":{"supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"default","ready":true,"service_offering_id":"f2117f62-6119-4f06-b4f2-1c50c7248696","service_offering_name":"auditlog-api","updated_at":"2024-07-24T00:56:26.244985Z"},{"catalog_id":"12d1fec7-0a25-4379-bb65-48b4040e636e","catalog_name":"lite","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"4bf8a2c4-6277-4bb1-b80d-2e46e87bd1a5","labels":"commercial_name = lite","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"lite","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"lite","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.353703Z"},{"catalog_id":"760987b6-6277-4e0f-91e9-543a02d1631c","catalog_name":"standard","created_at":"2020-09-18T12:00:42.126327Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":false,"id":"129854b4-4928-4879-9bb1-421047d4fa69","labels":"commercial_name = standard","metadata":{"bullets":["100 registered actions","500 registered conditions","100 registered subscriptions","100 registered technical clients (service keys)","200 stored events of type ''matched events''","200 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute"],"displayName":"standard","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"standard","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.284127Z"},{"catalog_id":"e74f6ed3-8b80-435e-bcdd-ba300754c5dc","catalog_name":"hana","created_at":"2020-12-09T07:20:08.172837Z","data_center":"","description":"SAP HANA in-memory database","free":false,"id":"1125bafc-321d-43d2-a02e-73eb9c3dd11e","labels":"commercial_name = hana","metadata":{"UI":{"additionalServices":[{"memory":{"base":32,"required":16},"performance_class":"default","services":["docstore","scriptserver"]},{"memory":{"base":30,"required":15},"performance_class":"memory","services":["docstore","scriptserver"]}],"availabilityZones":[{"maxMemory":12000,"zone":"eu-central-1a"},{"maxMemory":12000,"zone":"eu-central-1b"},{"maxMemory":12000,"zone":"eu-central-1c"}],"configurations":[],"hanaMaxStorage":61440,"hideScaleOutUi":true,"instance_sizes":[{"max_cpu":28,"max_memory":420,"min_cpu":2,"min_memory":30,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":40,"max_memory":600,"min_cpu":29,"min_memory":435,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":60,"max_memory":900,"min_cpu":41,"min_memory":615,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":15,"step_size_storage":40,"ui_visibility":false},{"max_cpu":68,"max_memory":1020,"min_cpu":4,"min_memory":60,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":120,"max_memory":1800,"min_cpu":72,"min_memory":1080,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":60,"step_size_storage":160,"ui_visibility":false},{"max_cpu":28,"max_memory":448,"min_cpu":2,"min_memory":32,"min_storage":120,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":40,"max_memory":640,"min_cpu":29,"min_memory":464,"min_storage":1200,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":59,"max_memory":944,"min_cpu":41,"min_memory":656,"min_storage":1680,"performance_class":"memory","scale_out":15,"step_size_cpu":1,"step_size_memory":16,"step_size_storage":40},{"max_cpu":68,"max_memory":1088,"min_cpu":4,"min_memory":64,"min_storage":200,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":112,"max_memory":1792,"min_cpu":72,"min_memory":1152,"min_storage":2920,"performance_class":"memory","scale_out":15,"step_size_cpu":4,"step_size_memory":64,"step_size_storage":160},{"max_cpu":120,"max_memory":1800,"min_cpu":120,"min_memory":1800,"min_storage":4840,"performance_class":"memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":160},{"max_cpu":440,"max_memory":5970,"min_cpu":440,"min_memory":5970,"min_storage":16000,"performance_class":"memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":120,"max_memory":3600,"min_cpu":120,"min_memory":3600,"min_storage":9640,"performance_class":"high-memory","scale_out":15,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":40,"max_memory":320,"min_cpu":4,"min_memory":32,"min_storage":120,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":80,"max_memory":640,"min_cpu":41,"min_memory":328,"min_storage":860,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":114,"max_memory":912,"min_cpu":81,"min_memory":648,"min_storage":1660,"performance_class":"compute","scale_out":0,"step_size_cpu":1,"step_size_memory":8,"step_size_storage":20},{"max_cpu":90,"max_memory":360,"min_cpu":8,"min_memory":32,"min_storage":120,"performance_class":"high-compute","scale_out":0,"step_size_cpu":1,"step_size_memory":4,"step_size_storage":10},{"max_cpu":442,"max_memory":9000,"min_cpu":442,"min_memory":9000,"min_storage":22560,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40},{"max_cpu":442,"max_memory":12000,"min_cpu":442,"min_memory":12000,"min_storage":30040,"performance_class":"high-memory","scale_out":0,"step_size_cpu":0,"step_size_memory":0,"step_size_storage":40}]},"bullets":["An in-memory database supporting federation and replication."],"sap":{"HANACloud":{"crdName":"hanaservices.hana.sap.com"},"availableVersions":[{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"early-adoption","releaseCycle":"early-adoption","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"early-adoption","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"QRC-pre-release","releaseCycle":"pre-release-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"QRC-pre-release","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"no"}},{"expiration-date":"2024-07-23","id":"2024.26.0-rc.4.20240716-215652","name":"QRC-testing","releaseCycle":"pre-release-quarterly","track":"2024.26","version":{"build-id":"4.00.000.00.1721127297","designation":"QRC-testing","export-control":"no","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.26.0-rc.4.20240716-215652","released":"no","sovereign-cloud":"no"}},{"expiration-date":"2025-01-18","id":"2024.14.11","name":"qrc-general-available","releaseCycle":"generally-available-quarterly","track":"2024.14","version":{"build-id":"4.00.000.00.1721126161","designation":"qrc-general-available","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.14.11","qrc-version":"2/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-10-19","id":"2024.2.22","name":"QRC-maintenance","releaseCycle":"generally-available-quarterly","track":"2024.2","version":{"build-id":"4.00.000.00.1721124473","designation":"QRC-maintenance","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2024.2.22","qrc-version":"1/2024","released":"yes","sovereign-cloud":"yes"}},{"expiration-date":"2024-07-07","id":"2023.40.34","name":"QRC-sunset","releaseCycle":"generally-available-quarterly","track":"2023.40","version":{"build-id":"4.00.000.00.1721121874","designation":"QRC-sunset","export-control":"yes","image-host":"045760241950.dkr.ecr.eu-central-1.amazonaws.com/","image-name":"com.sap.hana.cloud.hana/hana-master","image-tag":"2023.40.34","qrc-version":"4/2023","released":"yes","sovereign-cloud":"yes"}}],"clusterScaleoutDashboardURL":"%s/start?host=%s.%s","dashboardUrl":"%s/start?host=%s.hana.prod-eu12.hanacloud.ondemand.com","default_releaseCycle":"quarterly","display_name":"SAP HANA Cloud","external_catalog_patches":null},"supportedMinOSBVersion":"2.13","supportedPlatforms":["sapcp","kubernetes","cloudfoundry"]},"name":"hana","ready":true,"schemas":{"service_binding":{"create":{"parameters":null}},"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"databaseMapping":{"properties":{"organization_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"},"space_guid":{"pattern":"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$","type":"string"}},"required":["organization_guid","space_guid"],"type":"object"},"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"defaultProperties":["memory","systempassword","edition"],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"databaseMappings":{"items":{"$ref":"#/definitions/databaseMapping"},"type":"array"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"edition":{"default":"cloud","description":"Image edition (cloud vs. orange)","enum":["cloud","orange"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"generateSystemPassword":{"default":false,"description":"Describes if the systempassword should be generated or not.","type":"boolean"},"memory":{"default":30,"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"memoryScaleOut":{"description":"HANA memory size (RAM) in GB for scale out systems","format":"int64","maximum":3600,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"project_name":{"type":"string"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"hdl_access_token":{"type":"string"},"project_name":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"create instance for template recovery","enum":["none","TEMPLATE_RECOVERY"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"systempassword":{"default":"","description":"Password to be set for tenant","minLength":8,"type":"string"},"template_name":{"type":"string"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"}},"required":["edition","memory"],"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"defaultProperties":["data"],"definitions":{"extensionservice":{"properties":{"enabled":{"type":"boolean"},"name":{"pattern":"^(ConnectivityProxy)$","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs"}},"required":["name","enabled"],"type":"object"},"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]))?$","type":"string"},"maxItems":250,"type":"array"}},"properties":{"data":{"additionalProperties":false,"default":{},"defaultProperties":[],"properties":{"additionalWorkers":{"description":"Number of additional workers for scale out systems","format":"int64","maximum":15,"minimum":0,"type":"integer"},"availabilityZonePlacement":{"additionalProperties":false,"description":"Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance","properties":{"highAvailabilityCrossMultiAZEnabled":{"description":"A flag to determine if the HA setup will be cross multi-availability zones or not","type":"boolean"},"initialReplicaAvailabilityZone":{"description":"This zone will be used by the initial replica","type":"string"},"initialSourceAvailabilityZone":{"description":"This zone will be used by the initial source","type":"string"},"primaryAvailabilityZone":{"description":"This zone will be used by the primary instance","type":"string"},"secondaryAvailabilityZone":{"description":"This zone will be used by the secondary instance, if defined in .disasterRecoveryMode","type":"string"}},"type":"object"},"backup":{"additionalProperties":false,"description":"Backup service properties","properties":{"retentionDays":{"description":"Specifies the retention period for a backup in days","format":"int32","maximum":215,"minimum":0,"type":"integer"}},"type":"object"},"disasterRecoveryMode":{"description":"Disaster Recovery of the HANA instance","enum":["no_disaster_recovery","one_secondary_async"],"type":"string"},"enabledservices":{"additionalProperties":false,"description":"List of services of the HANA to be enabled","properties":{"docstore":{"type":"boolean"},"dpserver":{"type":"boolean"},"scriptserver":{"type":"boolean"}},"type":"object"},"extensionservices":{"description":"List of extension services offering additional features to HANA Cloud","items":{"$ref":"#/definitions/extensionservice"}},"memory":{"description":"HANA memory size (RAM) in GB","format":"int64","maximum":12000,"minimum":30,"type":"integer"},"plugins":{"description":"HANA Plugins list configured for HANA instance","items":{"properties":{"name":{"description":"plugin version for installation","type":"string"}}},"type":"array"},"productVersion":{"additionalProperties":false,"description":"HANA Product Version","properties":{"id":{"type":"string"},"releaseCycle":{"type":"string"},"track":{"type":"string"}},"type":"object"},"requestedOperation":{"additionalProperties":false,"properties":{"arguments":{"additionalProperties":false,"description":"List of operation arguments","properties":{"backup_encryption_passphrase":{"type":"string"},"customer_initial_replica_az":{"type":"string"},"customer_initial_source_az":{"type":"string"},"customer_secondary_az":{"type":"string"},"customer_target_az":{"type":"string"},"dummyForFeatureFlags":{},"ha_cross_multi_az_enabled":{"type":"boolean"},"hdl_access_token":{"type":"string"},"initial_replica_az":{"type":"string"},"initial_source_az":{"type":"string"},"project_name":{"type":"string"},"secondary_az":{"type":"string"},"target_az":{"type":"string"},"target_timestamp":{"type":"string"},"template_name":{"type":"string"},"template_storage_endpoint":{"type":"string"}},"type":"object"},"name":{"description":"Update operation","enum":["none","POINT_IN_TIME_RECOVERY","DISASTER_KEEP_AZ_RECOVERY","disaster_recovery_takeover","TEMPLATE_BACKUP","synchronous_replication_takeover","TAKE_SNAPSHOT_FOR_FALLBACK","FALLBACK_TO_SNAPSHOT","REMOVE_SNAPSHOT_FOR_FALLBACK"],"type":"string"}},"type":"object"},"serviceStopped":{"description":"Describes if the system should be running or stopped","type":"boolean"},"slaLevel":{"description":"Availability of the HANA instance","enum":["standard","elevated"],"type":"string"},"storage":{"description":"Size of the Storage in GB","format":"int64","maximum":61440,"minimum":120,"type":"integer"},"update_strategy":{"description":"preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime","enum":["with_restart","without_restart"]},"vcpu":{"description":"Number of vCPUs used by HANA","minimum":2,"type":"integer"},"versionIndicator":{"description":"The version of the service to use.","type":"string"},"whitelistIPs":{"$ref":"#/definitions/whitelistIPs","description":"IP address or range for whitelisting"},"workerNodes":{"description":"Items of additional workers for scale out systems","items":{"alias":{"description":"Worker node alias","maxLength":16,"minLength":1,"type":"string"},"name":{"description":"Worker node name","maxLength":16,"minLength":1,"type":"string"}},"maxItems":15,"type":"array"}},"type":"object"},"metadata":{"additionalProperties":true,"properties":{},"propertyNames":{"pattern":"^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"},"type":"object"}},"required":["data"],"type":"object"}}}},"service_offering_id":"00258dd3-7bfc-45f4-ba05-4713d2dc3635","service_offering_name":"hana-cloud","updated_at":"2024-07-24T02:30:14.321035Z"},{"catalog_id":"development","catalog_name":"development","created_at":"2020-12-23T21:33:37.174348Z","data_center":"","description":"Provides a sandbox-like environment that can be used as a playground, to ensure that your application code is ''wired'' successfully","free":true,"id":"ed255a53-4706-498d-9eaa-5b787379b523","labels":"commercial_name = development","name":"development","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.506206Z"},{"catalog_id":"136d6248-1bed-45e3-912a-f553406c3ab5","catalog_name":"service-operator-access","created_at":"2021-01-26T10:00:11.984992Z","data_center":"","description":"Provides credentials for SAP BTP service operator to access SAP BTP from a Kubernetes cluster","free":true,"id":"7546737c-fa9f-4456-9996-83a5074aa97c","labels":"commercial_name = service-operator-access","metadata":{"supportedPlatforms":["sapbtp"]},"name":"service-operator-access","ready":true,"service_offering_id":"7dc306e2-c1b5-46b3-8237-bcfbda56ba66","service_offering_name":"service-manager","updated_at":"2024-07-24T00:54:01.428585Z"},{"catalog_id":"89d05334-7b72-4949-987a-85d8b188000e","catalog_name":"free","created_at":"2021-03-17T19:49:16.196553Z","data_center":"","description":"Allows consumption of SAP Alert Notification service events as well as posting custom events","free":true,"id":"f0aac855-474d-4016-9529-61c062efbc7c","labels":"commercial_name = free","metadata":{"bullets":["25 registered actions","125 registered conditions","25 registered subscriptions","25 registered technical clients (service keys)","50 stored events of type ''matched events''","50 stored events of type ''undelivered events''","300 calls to Alert Notification configuration APIs per minute","200 calls to Alert Notification consumer APIs per minute","500 events ingested through Alert Notification producer APIs per minute","5000 calls to Alert Notification configuration APIs per month","5000 calls to Alert Notification consumer APIs per month","5000 events ingested through Alert Notification producer APIs per month"],"displayName":"free","supportedMinOSBVersion":"2.11","supportedPlatforms":["cloudfoundry","kubernetes","sapbtp"]},"name":"free","ready":true,"service_offering_id":"fadc3168-639f-46b4-a71b-08e06809fb74","service_offering_name":"alert-notification","updated_at":"2024-07-24T00:56:36.313678Z"},{"catalog_id":"d4d715e6-694f-47f1-8319-9581acc509a3","catalog_name":"standard","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Standard Plan","free":true,"id":"9aa317cb-87aa-49a5-8711-9c4c479e2774","labels":"commercial_name = standard","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"standard","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"default":["Assemble"],"description":"List of Roles for Current Instance","items":{"enum":["Assemble"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.204Z"},{"catalog_id":"575b4609-7eec-489b-bc4c-69c5f792ae10","catalog_name":"application","created_at":"2021-04-20T16:13:33.2282Z","data_center":"","description":"Application plan for generic content management APIs","free":true,"id":"488a8aec-f380-4048-b114-536fcddb8544","labels":"commercial_name = application","metadata":{"auto_subscription":{"app_name":"cas-saas-registry-prod"}},"name":"application","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","_show_form_view":true,"additionalProperties":false,"properties":{"roles":{"description":"List of Roles for Current Instance","items":{"enum":["Admin","Read","Import","Export","Security Operator"]},"minItems":1,"title":"roles","type":"array"}},"type":"object"}}}},"service_offering_id":"4a36ec67-fe2d-48f6-a544-ca931ca2cb29","service_offering_name":"content-agent","updated_at":"2024-07-24T00:59:18.23332Z"},{"bindable":true,"catalog_id":"86af6685-7bae-40b8-b564-378284c8fcc9","catalog_name":"application","created_at":"2022-01-28T14:43:05.77551Z","data_center":"","description":"Register an application into your Identity Authentication tenant","free":true,"id":"d48d6595-d317-4108-965a-64f9ecdd26cb","labels":"commercial_name = application","metadata":{"sibling_resolution":{"enabled":true,"names_path":"consumed-services.#.service-instance-name","resolution_property":"siblingIds"},"supportedMaxOSBVersion":"2.15","supportedMinOSBVersion":"2.11","supportsInstanceSharing":true},"name":"application","ready":true,"service_offering_id":"2345e6ef-4dd9-4a41-a6dc-850925dd1215","service_offering_name":"identity","updated_at":"2024-07-24T00:59:58.900903Z"},{"catalog_id":"operations","catalog_name":"operations","created_at":"2022-01-26T17:55:40.904774Z","data_center":"","description":"internal plan for accessing operational metering APIs","free":true,"id":"dde9d346-6b55-4719-b356-d93c72b7439f","labels":"commercial_name = operations","name":"operations","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.527325Z"},{"catalog_id":"registrar","catalog_name":"registrar","created_at":"2022-02-09T11:28:33.593803Z","data_center":"","description":"Allows core-services to register in metering","free":true,"id":"5c1e09c0-f995-4e5a-8924-2a43fdd4402e","labels":"commercial_name = registrar","name":"registrar","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.567701Z"},{"catalog_id":"960cae74-6a24-4c51-a141-0be2fdd6aaa9","catalog_name":"default","created_at":"2022-02-11T16:13:45.641778Z","data_center":"","description":"Default Plan","free":true,"id":"93481392-dadf-4520-ada2-b0852127a1e5","labels":"commercial_name = default","name":"default","ready":true,"service_offering_id":"1bbf1f41-07c9-4028-af8b-0ce2fe182f61","service_offering_name":"ibanservice","updated_at":"2023-07-17T09:01:28.542797Z"},{"catalog_id":"e51562c8-4510-476d-894e-58c9965bca91","catalog_name":"small","created_at":"2022-02-24T14:22:07.536644Z","data_center":"","description":"A small instance of the service.","free":true,"id":"571e0627-691f-4c03-824f-6b9426c62a85","labels":"complementary = true","maintenance_info":{"version":"1.0.0"},"name":"small","ready":true,"service_offering_id":"b4842a3a-df33-4cec-a879-9b4b58691845","service_offering_name":"poc-broker-test","updated_at":"2022-02-24T14:22:07.648063Z"},{"bindable":true,"catalog_id":"9b538e77-6e15-4bc8-8d78-e3e92d5458f6","catalog_name":"receiver","created_at":"2022-03-10T06:17:08.046826Z","data_center":"","description":"Establish the connection to print clients","free":true,"id":"bdff5c3f-1582-47c6-91b8-1db9fedba09b","labels":"commercial_name = receiver","metadata":{"displayName":"receiver"},"name":"receiver","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"notifications":{"default":[{"destinationName":"","usage":""}],"items":{"additionalProperties":false,"properties":{"destinationName":{"default":"","pattern":"^[\\w-]{0,200}$","type":"string"},"usage":{"default":"","enum":["OMS","ISN","INT",""],"type":"string"}},"type":"object"},"maxItems":1,"minItems":0,"type":"array"}},"type":"object"}}}},"service_offering_id":"7bf5d92c-c1ed-4df4-b2dd-32ff5494bfd2","service_offering_name":"print","updated_at":"2024-07-24T01:01:00.460794Z"},{"catalog_id":"d6e4195f-534d-4ec2-a945-654665fbf38c","catalog_name":"sap-integration","created_at":"2022-12-16T08:30:57.81019Z","data_center":"","description":"Service plan for SAP-to-SAP integrations","free":true,"id":"4139f805-ee87-47bb-807d-86b8752b4b98","labels":"commercial_name = sap-integration","metadata":{"auto_subscription":{"app_name":"9985e588-9ec7-4bbe-8ea7-aeec70756b6b"},"supportedMaxOSBVersion":"2.16","supportedMinOSBVersion":"2.4","supportedPlatforms":["cloudfoundry","kubernetes","sapcp"]},"name":"sap-integration","ready":true,"schemas":{"service_instance":{"create":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"update":{"parameters":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"application":{"description":"Name of the application you are connecting to MDI. Allowed values are: \"ariba\", \"c4c\", \"cdc\", \"commerceCloud\", \"concur\", \"fieldglass\", \"hrc\", \"mdg\", \"resource management\", \"s4\", \"cpq\", \"sfsf\", \"ci\", \"omf\", \"cdp\".","enum":["ariba","c4c","cdc","commerceCloud","concur","fieldglass","hrc","mdg","resource management","s4","cpq","sfsf","ci","omf","cdp"],"type":"string"},"businessSystemId":{"description":"Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned.","pattern":"^.{1,60}$","type":"string"},"enableTenantDeletion":{"default":false,"description":"Boolean flag to be set to true for confirming deletion of last service instance for the tenant.","type":"boolean"},"globalTenantId":{"description":"A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification.","pattern":"^[A-Za-z0-9-._~]{1,40}$","type":"string"},"logSys":{"description":"The logical system.","pattern":"^.{1,10}$","type":"string"},"writePermissions":{"description":"Array of entities the service instance has write permission for","items":{"properties":{"entityType":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}},"service_offering_id":"b96b47de-0380-4aa3-95a2-da2f1e269a18","service_offering_name":"one-mds","updated_at":"2024-07-24T01:05:24.485134Z"},{"catalog_id":"45d8df72-56f8-45f5-a2f2-766baa355903","catalog_name":"oauth2","created_at":"2023-02-20T13:49:30.67577Z","data_center":"","description":"Plan to access Cloud Integration Automation Service API''s","free":true,"id":"331f19c4-d691-49f9-9d3b-9c11cdc90c43","labels":"commercial_name = oauth2","metadata":{"supportedPlatforms":["cloudfoundry","sapbtp"]},"name":"oauth2","ready":true,"service_offering_id":"79fa40f4-ae94-4397-b742-1a56d95e4897","service_offering_name":"cias","updated_at":"2024-07-24T01:05:53.954103Z"},{"catalog_id":"unified-metering","catalog_name":"unified-metering","created_at":"2023-06-07T10:02:45.718859Z","data_center":"","description":"Enable Unified-Metering Account capabilities for SAP BTP applications","free":true,"id":"082701ea-722c-4cb9-bfbd-1d8fb3a63464","labels":"commercial_name = unified-metering","name":"unified-metering","ready":true,"service_offering_id":"70da63ba-36c0-4f5b-8b64-63e02e501d44","service_offering_name":"metering-service","updated_at":"2024-07-24T00:55:35.53638Z"}]' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3035,7 +3035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:09 GMT + - Wed, 24 Jul 2024 06:21:57 GMT Expires: - "0" Pragma: @@ -3053,12 +3053,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 05a30689-3f3a-4dd7-6fba-299f6029b76d + - 3f706a5d-e1c1-4f79-626f-d27421cf9969 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 473.963584ms + duration: 320.410265ms - id: 43 request: proto: HTTP/1.1 @@ -3071,15 +3071,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 20215d13-e1d3-08e6-63ad-c7e3d67db65a + - e18a9bcf-d960-01d3-a93b-51a8b7944fd1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3098,7 +3098,7 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","ready":true,"last_operation":{"id":"8669d57e-3b20-4d17-a364-1b6b34beba41","ready":true,"type":"update","state":"succeeded","resource_id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"66bea55e-14f3-0f3c-3a7b-1c44d39c7f12","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-15T15:46:53.28745Z","updated_at":"2024-07-15T15:46:53.462708Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"env_type":"sapcp","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","origin":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","crm_customer_id":"","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-15T15:46:28.21749Z","updated_at":"2024-07-15T15:46:53.447171Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' + body: '{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","ready":true,"last_operation":{"id":"82fd7815-59b5-4e34-80f6-c6219476b601","ready":true,"type":"update","state":"succeeded","resource_id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","resource_type":"/v1/service_instances","platform_id":"service-manager","correlation_id":"1fd7fc0f-7ba4-61b5-3e4a-0e3a1a603cfa","reschedule":false,"reschedule_timestamp":"0001-01-01T00:00:00Z","deletion_scheduled":"0001-01-01T00:00:00Z","created_at":"2024-07-24T06:21:44.163131Z","updated_at":"2024-07-24T06:21:44.300238Z"},"name":"TF-TEST-AUDIT-LOG","service_plan_id":"02fed361-89c1-4560-82c3-0deaf93ac75b","platform_id":"service-manager","context":{"origin":"sapcp","subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","subdomain":"integration-test-services-4ie3yr1a","region":"cf-eu12","platform":"sapcp","global_account_id":"03760ecf-9d89-4189-a92a-1c7efed09298","license_type":"SAPDEV","env_type":"sapcp","crm_customer_id":"","zone_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","instance_name":"TF-TEST-AUDIT-LOG"},"usable":true,"subaccount_id":"59cd458e-e66e-4b60-b6d8-8f219379f9a5","protected":null,"created_at":"2024-07-24T06:21:27.12421Z","updated_at":"2024-07-24T06:21:44.284752Z","labels":"subaccount_id = 59cd458e-e66e-4b60-b6d8-8f219379f9a5"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate @@ -3107,7 +3107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:09 GMT + - Wed, 24 Jul 2024 06:21:58 GMT Expires: - "0" Pragma: @@ -3125,12 +3125,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - fffadfc4-b9f4-4bfe-4674-3e42bdab9964 + - e36f0aeb-2a13-4661-5c94-64f492f3954d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 366.761917ms + duration: 254.17654ms - id: 44 request: proto: HTTP/1.1 @@ -3143,15 +3143,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 32976bca-70cd-49b4-3644-7b85ed7b8005 + - 85c9f40d-3a9f-920c-2ad3-f907183b16d1 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3180,7 +3180,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:10 GMT + - Wed, 24 Jul 2024 06:21:58 GMT Expires: - "0" Pragma: @@ -3198,12 +3198,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - bfa89016-2606-4420-4111-1cce2cb24260 + - 758d7c92-69f2-4d16-4f4e-f65a084afbc7 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 410.530334ms + duration: 264.730094ms - id: 45 request: proto: HTTP/1.1 @@ -3216,15 +3216,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"true","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - b34da510-c62a-abfd-3032-b52e4394da03 + - a98cf9eb-dfb6-00e2-9b36-e247fe907d0b X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3253,7 +3253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:10 GMT + - Wed, 24 Jul 2024 06:21:58 GMT Expires: - "0" Pragma: @@ -3271,18 +3271,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 95603df3-c627-4c49-4bee-443604f22b7b + - 4d2538a7-28f9-463e-6832-f08da2c5199d X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 419.052584ms + duration: 316.045818ms - id: 46 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3295,9 +3295,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 191f638a-0ee3-86f2-7180-f82c9c676516 + - 4901fda1-10df-b29c-1254-826f7b41b9eb X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3308,20 +3308,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:13 GMT + - Wed, 24 Jul 2024 06:21:58 GMT Expires: - "0" Pragma: @@ -3337,18 +3337,18 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - f185fb13-2b24-457f-786e-aa4ad3aac011 + - dc917d47-e72b-4dd2-78bb-18eb13ba0368 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 2.670125042s + duration: 233.623449ms - id: 47 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 116 + content_length: 119 transfer_encoding: [] trailer: {} host: canary.cli.btp.int.sap @@ -3361,9 +3361,9 @@ interactions: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - 63a3ed7d-1313-a873-8ac1-5ccc5b34b527 + - 2b459ef7-c3ae-123b-d6f3-64a79ce96102 X-Cpcli-Format: - json url: https://canary.cli.btp.int.sap/login/v2.64.0 @@ -3374,20 +3374,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 147 + content_length: 153 uncompressed: false body: '{"issuer":"identity.provider.test","refreshToken":"redacted","user":"john.doe@int.test","mail":"john.doe@int.test"}' headers: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - "147" + - "153" Content-Security-Policy: - default-src 'self' Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:13 GMT + - Wed, 24 Jul 2024 06:21:59 GMT Expires: - "0" Pragma: @@ -3403,12 +3403,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 2d42249b-15f6-49ce-633c-55079b320640 + - b8193c41-7131-4995-7552-d372bbd2d1e1 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 189.954834ms + duration: 263.502953ms - id: 48 request: proto: HTTP/1.1 @@ -3421,15 +3421,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"confirm":"true","id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"confirm":"true","id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - c7062e20-c6e9-3ab5-f918-c7ef43d2b266 + - 3f183bfd-bc81-d5b7-bdc0-0898d0c0af44 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3457,7 +3457,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:14 GMT + - Wed, 24 Jul 2024 06:21:59 GMT Expires: - "0" Pragma: @@ -3475,12 +3475,12 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - 19d2bd6e-7f83-4dfc-799a-9c54adb4cabe + - 67dba4fa-1d97-4504-79c6-8352b3f9c527 X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 591.824708ms + duration: 644.491853ms - id: 49 request: proto: HTTP/1.1 @@ -3493,15 +3493,15 @@ interactions: remote_addr: "" request_uri: "" body: | - {"paramValues":{"id":"7717fa80-b0ea-4ea4-8826-266f5f320c2a","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} + {"paramValues":{"id":"572370b5-3e7e-40b1-9ccd-96b4eea9f078","parameters":"false","subaccount":"59cd458e-e66e-4b60-b6d8-8f219379f9a5"}} form: {} headers: Content-Type: - application/json User-Agent: - - Terraform/1.5.7 terraform-provider-btp/dev + - Terraform/1.8.2 terraform-provider-btp/dev X-Correlationid: - - f56ec177-e2d9-0783-d5ed-b7797825db7d + - a7c45a3c-31cc-fa68-edba-e92702cdd7d9 X-Cpcli-Customidp: - identityProvider X-Cpcli-Format: @@ -3530,7 +3530,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 15 Jul 2024 15:47:26 GMT + - Wed, 24 Jul 2024 06:22:12 GMT Expires: - "0" Pragma: @@ -3548,9 +3548,9 @@ interactions: X-Frame-Options: - DENY X-Vcap-Request-Id: - - e1e6e582-bd40-4f5e-6e5c-0a723e192b0f + - 55f92baf-76b0-4e49-6091-ce735098706f X-Xss-Protection: - "1" status: 200 OK code: 200 - duration: 291.983833ms + duration: 305.632426ms diff --git a/internal/provider/resource_subaccount_service_instance.go b/internal/provider/resource_subaccount_service_instance.go index 539be500..8e854f99 100644 --- a/internal/provider/resource_subaccount_service_instance.go +++ b/internal/provider/resource_subaccount_service_instance.go @@ -150,6 +150,10 @@ You must be assigned to the admin or the service administrator role of the subac MarkdownDescription: "The date and time when the resource was last modified in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.", Computed: true, }, + "dashboard_url": schema.StringAttribute{ + MarkdownDescription: "The URL of the web-based management UI for the service instance.", + Computed: true, + }, }, } } diff --git a/internal/provider/type_subaccount_service_instance.go b/internal/provider/type_subaccount_service_instance.go index ec60550a..f9ad109f 100644 --- a/internal/provider/type_subaccount_service_instance.go +++ b/internal/provider/type_subaccount_service_instance.go @@ -28,6 +28,7 @@ type subaccountServiceInstanceType struct { LastModified types.String `tfsdk:"last_modified"` Labels types.Map `tfsdk:"labels"` Timeouts timeouts.Value `tfsdk:"timeouts"` + DashboardUrl types.String `tfsdk:"dashboard_url"` } func subaccountServiceInstanceValueFrom(ctx context.Context, value servicemanager.ServiceInstanceResponseObject) (subaccountServiceInstanceType, diag.Diagnostics) { @@ -45,6 +46,7 @@ func subaccountServiceInstanceValueFrom(ctx context.Context, value servicemanage State: types.StringValue(value.LastOperation.State), CreatedDate: timeToValue(value.CreatedAt), LastModified: timeToValue(value.UpdatedAt), + DashboardUrl: types.StringValue(value.DashboardUrl), } var diags, diagnostics diag.Diagnostics @@ -74,6 +76,7 @@ type subaccountServiceInstanceDataSourceType struct { CreatedDate types.String `tfsdk:"created_date"` LastModified types.String `tfsdk:"last_modified"` Labels types.Map `tfsdk:"labels"` + DashboardUrl types.String `tfsdk:"dashboard_url"` } func subaccountServiceInstanceDataSourceValueFrom(ctx context.Context, value servicemanager.ServiceInstanceResponseObject) (subaccountServiceInstanceDataSourceType, diag.Diagnostics) { @@ -92,6 +95,7 @@ func subaccountServiceInstanceDataSourceValueFrom(ctx context.Context, value ser Context: types.StringValue(string(value.Context)), CreatedDate: timeToValue(value.CreatedAt), LastModified: timeToValue(value.UpdatedAt), + DashboardUrl: types.StringValue(value.DashboardUrl), } var diags, diagnostics diag.Diagnostics