SAP HANA · Example Payload
Sap Hana Createserviceinstance Example
AnalyticsCloudDatabaseEnterpriseIn-Memory
Sap Hana Createserviceinstance Example is an example object payload from SAP HANA, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "createServiceInstance",
"method": "POST",
"path": "/v1/service_instances",
"summary": "Create a New Sap Hana Cloud Service Instance",
"requestExamples": [
{
"contentType": "application/json",
"name": "CreateserviceinstanceRequestExample",
"example": {
"name": "Example Title",
"service_plan_id": "500123",
"parameters": {
"data": {
"edition": "cloud",
"memory": 10,
"vcpu": 10,
"storage": 10,
"systempassword": "example_value",
"whitelistIPs": {},
"enabledservices": {},
"serviceStopped": true,
"availabilityZone": "example_value",
"slaLevel": "standard"
}
},
"labels": "example_value"
}
}
],
"responseExamples": [
{
"status": "201",
"contentType": "application/json",
"name": "Createserviceinstance201Example",
"example": {
"id": "abc123",
"name": "Example Title",
"service_plan_id": "500123",
"platform_id": "500123",
"context": {
"subaccount_id": "500123",
"organization_guid": "500123",
"space_guid": "500123",
"instance_name": "example_value"
},
"parameters": {
"data": {
"edition": "cloud",
"memory": 10,
"vcpu": 10,
"storage": 10,
"systempassword": "example_value",
"whitelistIPs": {},
"enabledservices": {},
"serviceStopped": true,
"availabilityZone": "example_value",
"slaLevel": "standard"
}
},
"labels": "example_value",
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:30:00Z",
"ready": true,
"usable": true,
"last_operation": {
"type": "create",
"state": "succeeded",
"description": "A sample description.",
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:30:00Z"
}
}
},
{
"status": "202",
"contentType": "application/json",
"name": "Createserviceinstance202Example",
"example": {
"id": "abc123",
"name": "Example Title",
"service_plan_id": "500123",
"platform_id": "500123",
"context": {
"subaccount_id": "500123",
"organization_guid": "500123",
"space_guid": "500123",
"instance_name": "example_value"
},
"parameters": {
"data": {
"edition": "cloud",
"memory": 10,
"vcpu": 10,
"storage": 10,
"systempassword": "example_value",
"whitelistIPs": {},
"enabledservices": {},
"serviceStopped": true,
"availabilityZone": "example_value",
"slaLevel": "standard"
}
},
"labels": "example_value",
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:30:00Z",
"ready": true,
"usable": true,
"last_operation": {
"type": "create",
"state": "succeeded",
"description": "A sample description.",
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:30:00Z"
}
}
}
]
}