Bug 484421 - RFE: API: add activationkey.listActivatedSystems
Summary: RFE: API: add activationkey.listActivatedSystems
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Spacewalk
Classification: Community
Component: API
Version: 0.5
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Brad Buckingham
QA Contact: Jesus M. Rodriguez
URL:
Whiteboard:
Depends On:
Blocks: space05
TreeView+ depends on / blocked
 
Reported: 2009-02-06 17:53 UTC by Brad Buckingham
Modified: 2009-09-17 07:09 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-17 07:09:59 UTC
Embargoed:


Attachments (Terms of Use)

Description Brad Buckingham 2009-02-06 17:53:13 UTC
Description of problem:

The XMLRPC API doesn't currently provide a mechanism to allow a user to retrieve the list of systems that have been activated with a specific activation key.

Version-Release number of selected component (if applicable):


How reproducible:
Always... no such API exists

Steps to Reproduce:
1. look at api docs for activationkey namespace.  
  
Actual results:
Observe that no API exists to address this request.

Expected results:
An API (e.g. listActivatedSystems) exists and can be used to return the list of systems activated with a given activation key.

Additional info:

Comment 1 Brad Buckingham 2009-02-06 19:09:53 UTC
API added with git commit: c808bcb9aa4964e22366017bfdc0aaf0d5cb78a6


Method: listActivatedSystems
Description:
List the systems activated with the key provided.

Parameters:

    * string sessionKey
    * string key

Returns:

    * array:
          o int "id" - System id
          o string "hostname"
          o dateTime.iso8601 "last_checkin" - Last time server successfully checked in

Comment 2 Jesus M. Rodriguez 2009-04-14 14:12:44 UTC
Spacewalk 0.5 released.

Comment 3 Miroslav Suchý 2009-09-17 07:09:59 UTC
Spacewalk 0.5 has been released for long time ago.


Note You need to log in before you can comment on or make changes to this bug.