[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations
Add Namespace Key Values
DescriptionKeys, that do not already have default values set, are Ignored. All the key-name mappings of global settings can be found in the /api/deployment/config/globalsettings/metadata API’s description.
Request
URLURL
https://localhost/suite-api/api/deployment/config/properties/{namespace}
Path Parameters
Path Parameters
string
namespace
Required
The namespace of which values will be overridden
Request Body
Request Body
entries
of type(s) application/json, application/xml
Required
The set of key/values pairs to override
Authentication
This operation uses the following authentication methods.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"keyValues":[{"key":"string","values":["string"]}]}' https://localhost/suite-api/api/deployment/config/properties/{namespace}
[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations
Deployment Operations
delete
delete
get
get
put
post