Jump to: navigation, search

Difference between revisions of "Trove/update-instance-name"

(Created page with "Description This blueprint will augment the existing API PUT/instances/{instanceId} call for renaming an instance name. Blueprint: Justification/Benefits Need to provide us...")
 
Line 1: Line 1:
Description
+
== Description ==
  
 
This blueprint will augment the existing API PUT/instances/{instanceId} call for renaming an instance name.
 
This blueprint will augment the existing API PUT/instances/{instanceId} call for renaming an instance name.
  
 
Blueprint:  
 
Blueprint:  
Justification/Benefits
+
== Justification/Benefits ==
 
Need to provide users capability to rename an instance name after creation.
 
Need to provide users capability to rename an instance name after creation.
  
Impacts
+
== Impacts ==
Configuration
 
  
 +
=== Configuration ===
 
None
 
None
Database
+
=== Database ===
  
 
No impact
 
No impact
ReST API
+
=== ReST API ===
Augment existing API call: Update Database Instance
+
=== Augment existing API call: Update Database Instance ===
  
Request
+
"Request"
  
 
PUT/instances/{instanceId}
 
PUT/instances/{instanceId}
Line 28: Line 28:
 
}
 
}
  
Response  
+
"Response"
 
This call will not return a response body.
 
This call will not return a response body.

Revision as of 15:29, 5 May 2014

Description

This blueprint will augment the existing API PUT/instances/{instanceId} call for renaming an instance name.

Blueprint:

Justification/Benefits

Need to provide users capability to rename an instance name after creation.

Impacts

Configuration

None

Database

No impact

ReST API

Augment existing API call: Update Database Instance

"Request"

PUT/instances/{instanceId}

{ "instance": { "configuration" : "StagingConfig", "name" : "Test_Instance" } }

"Response" This call will not return a response body.