[ 
https://issues.apache.org/jira/browse/DTACLOUD-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ronelle Landy closed DTACLOUD-339.
----------------------------------


Closing this JIRA as fixed with http://tracker.deltacloud.org/set/239:

 <link href='http://qeblade39.rhq.lab.eng.bos.redhat.com:3001/api/instances' 
rel='instances'>
    <feature name='metrics' rel='create'>
      <param name='metrics' />
    </feature>
    <feature name='realm_filter' rel='index'>
      <param name='realm_id' />
    </feature>
    <feature name='user_name' rel='create'>
      <param name='name' />
    </feature>
    <feature name='user_data' rel='create'>
      <param name='user_data' />
    </feature>
    <feature name='authentication_key' rel='create'>
      <param name='keyname' />
    </feature>
  </link>
  <link href='http://qeblade39.rhq.lab.eng.bos.redhat.com:3001/api/realms' 
rel='realms'>

Patch to be pushed to master shortly. 
                
> RFE: Indicate the operation for certain feature in /api
> -------------------------------------------------------
>
>                 Key: DTACLOUD-339
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-339
>             Project: DeltaCloud
>          Issue Type: New Feature
>            Reporter: Michal Fojtik
>            Assignee: Michal Fojtik
>
> Currently, when client get list of feature in /api he got something like:
> <link href="http://localhost:3001/api/instances"; rel="instances">
> <feature name="metrics"></feature>
> <feature name="realm_filter"></feature>
> <feature name="user_name"></feature>
> <feature name="user_data"></feature>
> <feature name="authentication_key"></feature>
> </link>
> Unfortunately this does not tell client for what operations does this feature 
> apply. Like the 'realm_filter' apply for the :index operation but the 
> ':user_data' is valid for the create operation.
> I suggest to add something like:
> <link href="http://localhost:3001/api/instances"; rel="instances">
>   <feature name="metrics" rel="create"></feature>
>   <feature name="realm_filter" rel="index"></feature>
> ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to