Use the modifyExternalBundleRepository command to modify a link to an external bundle repository.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts.
print AdminTask.help('OSGiApplicationCommands')
print AdminTask.help('command_name')
AdminConfig.save()
This command modifies a link to an external bundle repository.
The specified external bundle repository link.
None.
AdminTask.modifyExternalBundleRepository('-name bundle_repository_name
[-url http://external_location/repository.xml]
[-description bundle_repository_description]')
Square brackets ("[ ]") indicate that a parameter is optional.