Reputation: 31
I have BigIP VE 12.1 installed and activated with lab licence. I couldn't access it using Rest API. I researched questions related this and checked "service restjavad it is running fine still rest calls not getting any response. someone please help on enabling the Rest services
Upvotes: 2
Views: 583
Reputation: 53
What is the response to:
tmsh show sys service icrd
If you get "Service icrd has not been added to big start." Then you need to execute:
modify sys service iced add
'icrd' is the iControl REST daemon.
This will ensure that 'icrd' autoloads during BIG-IP boot-up. Hope that helps.
Upvotes: 2