Global Target Properties REST Endpoints

Global Target Properties
APIs to manage global target properties
Create a new global target property
Method: post
Path: https://EM_HOST:8080/em/api/globalTargetProperties
Delete the global target property with the given id
Method: delete
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}
Get the global target property valid values
Method: get
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}/validValues
Get the global target property with the given id
Method: get
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}
List global target propertiess
Method: get
Path: https://EM_HOST:8080/em/api/globalTargetProperties
Modify an existing global target property
Method: patch
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}