Modify an existing target
patch
https://EM_HOST:8080/em/api/targets/{targetId}
This api modifies an existing target identified by the given id. This is a parital update of the target. Only the given parts are updated.
Request
Path Parameters
-
targetId(required): string
the target id
Supported Media Types
- application/json+merge-patch
Root Schema : schema
Type:
object
The payload used to modify an existing target
Show Source
-
accessPoint:
accessPoint
the access point for this update
-
credentials: object
credentials
Additional Properties Allowed: additionalPropertiesthe credentials to be updated
-
displayName: string
the display name of the target
-
propagateToAgent: boolean
indicates if property changes shall get promoted to the agent
-
properties: array
properties
the properties to be updated
Nested Schema : accessPoint
the access point for this update
Match All
the access point for this update
Show Source
-
object
NameTypePair
A pair of name and type.
Nested Schema : credentials
Type:
object
Additional Properties Allowed
Show Source
the credentials to be updated
Nested Schema : properties
Type:
array
the properties to be updated
Show Source
-
Array of:
object TargetPropertySummary
A target property describes a property of a target by id, name, display name and the value
Nested Schema : NameTypePair
Type:
object
A pair of name and type.
Show Source
-
name: string
the name
-
type: string
the type
Nested Schema : TargetPropertySummary
Type:
object
A target property describes a property of a target by id, name, display name and the value
Show Source
-
displayName: string
the property name in the client locale. If the client locale is unknown or not supported this is the same as the name.
-
id: string
the property id. This is the internal name of the property
-
name: string
the English property name.
-
value: string
the property value.
Response
Supported Media Types
- application/json
200 Response
Successful Response
Root Schema : schema
Type:
object
Target details
Show Source
-
targetName: string
Name of the targetExample:
sales_db1
-
targetType: string
Type of the targetExample:
oracle_database
400 Response
indicates that there has been a processing error or an illegal argument, like an unsupported property.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
401 Response
Client is not authenticated.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
404 Response
Resource not found or not authorized
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
500 Response
Internal error serving the request.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
503 Response
Indicates that a required service is not available.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported