Get the global target property valid values
get
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}/validValues
This api returns the valid values of the global target property with the given id.
Request
Path Parameters
-
id(required): string
the global target property id
Query Parameters
-
limit: integer(int32)
Minimum Value:
1
Maximum Value:2000
To limit the number of rows returned. If the result set is greater, follow the previous and next links in the results.Example:20
-
page: string
System generated page token used in the self, next and previous links.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful Response
Root Schema : GlobalTargetPropertyValidValueCollection
Type:
object
This is the representation of list of valid property values.
Show Source
-
count(required): integer
the number of items in this pageExample:
20
-
items(required): array
items
the valid values
-
links(required): object
links
the result set navigation links
-
total: integer
the total number of resultsExample:
42
Nested Schema : items
Type:
array
the valid values
Show Source
-
Array of:
string
valid valueExample:
London
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