Jump to: navigation, search

Trove/update-instance-name

< Trove
Revision as of 15:31, 5 May 2014 by Nehav (talk | contribs)

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.


Comments/Questions From Community