Global Target Properties REST Endpoints
Global Target Properties
APIs to manage global target properties
- Create a new global target property
- Method: postPath:
https://EM_HOST:8080/em/api/globalTargetProperties - Delete the global target property with the given id
- Method: deletePath:
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID} - Get the global target property valid values
- Method: getPath:
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}/validValues - Get the global target property with the given id
- Method: getPath:
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID} - List global target propertiess
- Method: getPath:
https://EM_HOST:8080/em/api/globalTargetProperties - Modify an existing global target property
- Method: patchPath:
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}