SAP HANA · Schema

ServiceInstance

An SAP HANA Cloud service instance representing a provisioned database with its configuration, status, and connection details.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
id string The unique identifier assigned to the service instance during provisioning.
name string The user-defined name of the SAP HANA Cloud service instance, used for identification in the cockpit and API responses.
service_plan_id string The identifier of the service plan used to provision this instance, determining the available features and resource tiers.
platform_id string The platform identifier indicating the runtime environment (e.g., cloud-foundry or kubernetes).
context object Platform-specific context information including subaccount, organization, and space details.
labels object Key-value labels assigned to the instance for organization and filtering purposes.
created_at string ISO 8601 timestamp when the service instance was created.
updated_at string ISO 8601 timestamp when the service instance was last updated.
ready boolean Indicates whether the service instance is fully provisioned and ready for use.
usable boolean Indicates whether the service instance is currently usable, accounting for both provisioning state and operational status.
View JSON Schema on GitHub