[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
ResourceIdentifier
A key,value pair that encapsulates the identity of the resource
Properties
string
key
Optional
array of
Link
links
Optional
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
string
name
Optional
boolean
uniquelyIdentifying
Optional
string
value
Optional
The resource identifier value
JSON Example
{
"identifierType": {
"dataType": "STRING",
"extension": {
"anyObjects": {}
},
"isPartOfUniqueness": false,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "NEXT"
}
],
"name": "string"
},
"key": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "NEXT"
}
],
"name": "string",
"uniquelyIdentifying": false,
"value": "string"
}