Patch Configuration Property

Patch Configuration Property

Update or create configuration property.

Request
URI
PATCH
https://vra-interop-222-139.lvn.broadcom.net/iaas/api/configuration-properties
COPY
Query Parameters
string
apiVersion
Required

The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about


Request Body

Property Specification

ConfigurationProperty of type(s) application/json
Required
{
    "key": "string",
    "value": "string"
}
string
key
Required

The key of the property.

string
value
Required

The value of the property.

Authentication
This operation uses the following authentication methods.
Responses
200

Successful operation

Returns ConfigurationProperty of type(s) application/json
"ConfigurationProperty Object"
string
key
Required

The key of the property.

string
value
Required

The value of the property.


403

Forbidden

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse Object"
string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode

array of string
details
Optional

details

string
serverErrorId
Optional

serverErrorId

string
documentKind
Optional

documentKind

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


404

Not found

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse Object"
string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode

array of string
details
Optional

details

string
serverErrorId
Optional

serverErrorId

string
documentKind
Optional

documentKind

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"key:"string","value:"string"}'