Bug 466023 - API Enhancements -- listActiveSystemsInGroup
Summary: API Enhancements -- listActiveSystemsInGroup
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Spacewalk
Classification: Community
Component: API
Version: 0.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brad Buckingham
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: space03
TreeView+ depends on / blocked
 
Reported: 2008-10-07 18:44 UTC by Brad Buckingham
Modified: 2009-09-17 07:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-17 07:01:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Brad Buckingham 2008-10-07 18:44:47 UTC
Description of problem:

Request new API.

listActiveSystemsinGroup
-- Parameters
   string sessionKey
   int "sgid" - server group id
-- Returns
   Array
      Struct
         int "id" - ServerID
         string "Name" - ServerName
         string "last_checkin" - last time server successfully checked in with the server

Comment 1 Brad Buckingham 2008-10-07 18:57:45 UTC
The following API was added in Spacewalk 0.1:

systemgroup.listActiveSystemsInGroup

-- Parameters

   string sessionKey
   string systemGroupName

-- Returns

   array
      int server_id


Unfortunately, we do not currently have a way to retrieve 'last_checkin' information for an individual system; therefore, additional modifications will be needed to complete the enhancement.

May add the last_checkin info to the system.getDetails() or to the new method above.

Comment 2 Brad Buckingham 2008-10-15 18:44:16 UTC
Rather than add name/last_checkin to the listActiveSystemsInGroup, added the following API that can be used to retrieve that additional information, if desired:

Description:
Get system name and last check in information for the given system ID.

Parameters:

    * string sessionKey
    * string serverId

Returns:

    * struct - system
          o int "id"
          o string "name"
          o dateTime.iso8601 "last_checkin" - Last time server successfully checked in

Comment 3 Brad Buckingham 2008-10-15 18:46:19 UTC
commit 9b1e098e7b21bc50634704b62833e388da783e25
Author: Brad Buckingham <bbuckingham>
Date:   Wed Oct 15 14:36:35 2008 -0400

    466023, 466028 - added system.getName api

Comment 4 Devan Goodwin 2008-11-05 17:13:25 UTC
listActiveSystemsInGroup, listInactiveSystemsInGroup, and getName all appear operational in spacewalk 0.3. 

Verified.

Comment 5 Miroslav Suchý 2009-09-17 07:01:57 UTC
Spacewalk has been released for some time.


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