NsdInfoModifications
NsdInfoModifications
This type represents attribute modifications for an individual NS descriptor resource based on the NsdInfo data type. The attributes of NsdInfo that can be modified are included in the NsdInfoModifications data type.NOTE: At least one of the attributes - nsdOperationalState and userDefinedData - shall be present.
JSON Example
{
"nsdOperationalState": "string",
"userDefinedData": {
"name": "string",
"tags": [
{
"name": "string",
"autoCreated": false
}
],
"lastUpdated": "string",
"lastUpdateEnterprise": "string",
"lastUpdateOrganization": "string",
"lastUpdateUser": "string",
"creationDate": "string",
"creationEnterprise": "string",
"creationOrganization": "string",
"creationUser": "string"
}
}