Get the global target property with the given id
get
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}
This api returns the global target property with the given id.
Request
Path Parameters
-
id(required): string
the global target property id
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful Response
Root Schema : GlobalTargetProperty
Type:
object
This is the representation of an EM target resource.
Show Source
-
displayName(required): string
the property display name in the client localeExample:
Location
-
hasValidValuesEnabled: boolean
Indicates if target property values added to targets should be checked against the valid values list.Example:
true
-
id(required): string
the target property idExample:
orcl_gtp_location
-
links: object
links
the target related links
-
name(required): string
the target property nameExample:
Location
-
validValues: array
validValues
the valid values for this property
Nested Schema : validValues
Type:
array
the valid values for this property
Show Source
Example:
[
"London",
"Paris",
"Rome"
]
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