OMC : How to Change License Type After Adding An Entity using omcli?
(Doc ID 2582036.1)
Last updated on DECEMBER 24, 2020
Applies to:
Oracle Management Cloud - Version N/A to N/A [Release 1.0]Information in this document applies to any platform.
Goal
On : NA version, Managing Service Instances
How to Change License Type After Adding An Entity?
When adding entities to OMC with omcli (using json file), the License Edition is None and you need Standard or something else:
{
"entities": [{
"name": "WLS_EXTERNAL",
"type": "omc_weblogic_domain",
"displayName": "WLS_EXTERNAL",
"credentialRefs": ["WLSCreds"],
"timezoneRegion": "Europe/Madrid",
"properties": {
"port": {
"displayName": "Port",
"value": "8001"
},
"protocol": {
"displayName": "Protocol",
"value": "t3"
},
"admin_server_host": {
"displayName": "Admin Server Host",
"value": "<IP Address>"
},
"omc_skip_cache_discovery": {
"displayName": "Do not discover Coherence Caches",
"value": "true"
},
"capability": {
"displayName": "capability",
"value": "monitoring"
}
}
}]
}
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |