Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
|
software:ovh [2020/08/30 04:01] charon |
software:ovh [2020/08/30 04:06] (поточний) charon |
||
|---|---|---|---|
| Рядок 7: | Рядок 7: | ||
| - the application key (AK) - can be publicly shared; | - the application key (AK) - can be publicly shared; | ||
| - secret application key (AS) - keep it secret. | - secret application key (AS) - keep it secret. | ||
| - | This is just start! Now you need to obtain Consumer key (CK)! To request consumer key you must use AK from previous step, write access rules and set redirection URL. After that you'll receive CK and validation URL. Open validation URL and enter login and password to authorize CK. | + | This is just start! Now you need to obtain Consumer key (CK)! To request consumer key you must use AK from previous step, write access rules and set redirection URL: |
| + | < | ||
| + | $ curl -XPOST -H" | ||
| + | https://eu.api.ovh.com/ | ||
| + | " | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ], | ||
| + | " | ||
| + | }' | ||
| + | </ | ||
| + | After that you'll receive CK and validation URL | ||
| + | < | ||
| + | {" | ||
| + | </ | ||
| + | Open validation URL and enter NIC handle | ||
| Or you can go easy way: https:// | Or you can go easy way: https:// | ||