Difference between revisions of "Master Portal sshkey endpoint"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 48: | Line 48: | ||
! | Parameter | ! | Parameter | ||
! | Description | ! | Description | ||
− | ! | Parameters other than access_token | + | ! | Parameters other than ''access_token'' |
|- | |- | ||
| | add | | | add | ||
| | Add a new key | | | Add a new key | ||
− | | | Mandatory: client_id, client_secret, pubkey <BR>Optional: label, description | + | | | Mandatory: ''client_id'', ''client_secret'', ''pubkey'' <BR>Optional: ''label'', ''description'' |
|- | |- | ||
| | update | | | update | ||
| | Update existing key | | | Update existing key | ||
− | | | Mandatory: client_id, client_secret, label <BR>Optional: description, pubkey | + | | | Mandatory: ''client_id'', ''client_secret'', ''label'' <BR>Optional: ''description'', ''pubkey'' |
|- | |- | ||
| | remove | | | remove | ||
| | Remove existing key | | | Remove existing key | ||
− | | | Mandatory: label | + | | | Mandatory: ''label'' |
|- | |- | ||
| | get | | | get | ||
| | Retrieve specific key | | | Retrieve specific key | ||
− | | | Mandatory: label | + | | | Mandatory: ''label'' |
|- | |- | ||
| | list | | | list |