On Red Hat Satellite 5 API `system.deleteguestprofiles` fails to delete inactive profile of guest with error "redstone.xmlrpc.XmlRpcFault: The system ID specified (10XXXXXXX) does not represent a host system"
Issue
- API
system.deleteguestprofilesfails to delete inactive profile of guest with below error:
Traceback (most recent call last):
File "test.py", line 11, in ?
list = client.system.deleteGuestProfiles(key,1000010084,arr)
File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request
verbose=self.__verbose
File "/usr/lib64/python2.4/xmlrpclib.py", line 1147, in request
return self._parse_response(h.getfile(), sock)
File "/usr/lib64/python2.4/xmlrpclib.py", line 1286, in _parse_response
return u.close()
File "/usr/lib64/python2.4/xmlrpclib.py", line 744, in close
raise Fault(**self._stack[0])
xmlrpclib.Fault: <Fault 1005: 'redstone.xmlrpc.XmlRpcFault: The system ID specified (1000010084) does not represent a host system'>
Environment
- Red Hat Satellite 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
