Get working copy details
get
/rhp-restapi/rhp/workingcopies/{workingCopyId}
Return the working copy configuration.
Request
Supported Media Types
- application/json
Path Parameters
-
workingCopyId: string
Name of the working copy.
Response
Supported Media Types
- application/json
200 Response
OK. A JSON object containing a working copy resource representation with multiple properties and the links array with at least the "self" link.
Root Schema : workingcopyResource
Type:
Show Source
object
-
accessControl(optional):
array accessControl
-
additionalBugFixesNotInImage(optional):
string
-
additionalPatchesComparedToImage(optional):
string
-
allPatchesAvailableInHome(optional):
string
-
clusterClass(optional):
string
-
clusterClient(optional):
string
-
clusterMode(optional):
string
-
clusterName(optional):
string
-
clusterNodes(optional):
array clusterNodes
-
clusterType(optional):
string
-
complete(optional):
boolean
Default Value:
false
-
configuredDatabases(optional):
array configuredDatabases
-
goldImagePath(optional):
string
-
groupsConfiguredInWorkingCopy(optional):
array groupsConfiguredInWorkingCopy
-
imageName(optional):
string
-
imageTypeName(optional):
string
-
links(optional):
array links
-
oracleBase(optional):
string
-
owner(optional):
string
-
softwareHomePath(optional):
string
-
softwareOnly(optional):
boolean
Default Value:
false
-
storageType(optional):
string
-
workingCopyId(optional):
string
-
workPath(optional):
string
Nested Schema : singleResourceLinks
Type:
Show Source
object
-
href(optional):
string
The referenced hyperlink element provided in an absolute format.
-
rel(optional):
string
Allowed Values:
[ "self", "collection", "up", "describedBy" ]
Specify the type of relationship the link has with the described resource.
Default Response
Unexpected error. A JSON object containing error details of the issue while executing the operation.
Root Schema : errorResource
Type:
Show Source
object
-
errorCode(optional):
string
Application specific error code, related to the error message shown at tittle.
-
errorDetails(optional):
array errorDetails
If multiple errors are reported they can be organized in a hierarchical structure in this array.
-
errorPath(optional):
string
XPath or JSON path to indicate where the error occurs.
-
instance(optional):
string
URI to the link that provides more detail about the error.
-
status(optional):
integer
HTTP status code.
-
title(optional):
string
Summary error message.
-
type(optional):
string
Link to HTTP error code page.
Nested Schema : errorDetails
Type:
array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source