Skip to content

missing domain param #1471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
negast opened this issue Jun 21, 2023 · 5 comments
Closed

missing domain param #1471

negast opened this issue Jun 21, 2023 · 5 comments

Comments

@negast
Copy link

negast commented Jun 21, 2023

Hello

When I'm trying to discover a domain I see following param in de the domain is missing.

Enable RESTful Management Services
is this something that can be added?
I've tried with online and offline discovery.
I don't know much about the code but it is normally in the path /RestfulManagementServices/

@rakillen rakillen self-assigned this Jun 21, 2023
@rakillen
Copy link
Member

Hello negast -
I was able to create and discover a domain with a RestfulManagementServices section in the model. The discovered model looked like this:

topology:
    Name: DemoDomain
    RestfulManagementServices:
        Enabled: false
        Notes: test

You may not be seeing this section in your discovered model if there are no attributes with non-default values. For WLS 12.2.1 and later, the default value for the Enabled attribute is true.

I tested with WLS 12.2.1.4 offline. Let me know if you're having problems with a different version.

@robertpatrick
Copy link
Member

@negast Please see Richard's comment above and let us know if this is still an issue for you.

@negast
Copy link
Author

negast commented Jun 22, 2023

Hello this is indeed on an oracle cloud instance running weblogic 14.
If I add

topology:
    Name: DemoDomain
    RestfulManagementServices:
        Enabled: false
        Notes: test

will it work?
I'll test it on monday can't access the environment now

@rakillen
Copy link
Member

Restful Management Services is enabled/checked by default on WLS domain creation, so you don't need to have that section in your model, unless you want to disable it.

@negast
Copy link
Author

negast commented Jun 26, 2023

Ok I think I was checking on the one were we enabled it. And then indeed the param does not show. I took an export of the disabled one and it was set to false there. If I added the block as you mentioned and set it to true it did activate it again. Thank you for your help.

@negast negast closed this as completed Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants