Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No files #60

Closed
keiskar opened this issue Apr 22, 2017 · 1 comment
Closed

No files #60

keiskar opened this issue Apr 22, 2017 · 1 comment

Comments

@keiskar
Copy link

keiskar commented Apr 22, 2017

Hello, get API access kvmipJnlp:

$result = $ovh->post('/dedicated/server/my_server/features/ipmi/access', array(
    'ipToAllow' => 'my_ip', // IP to allow connection from for this IPMI session (type: ipv4)
    'ttl' => '15', // Required: Session access time to live in minutes (type: dedicated.server.CacheTTLEnum)
    'type' => 'kvmipJnlp', // Required: IPMI console access (type: dedicated.server.IpmiAccessTypeEnum)
));

then get access to the app:

$result = $ovh->get('/dedicated/server/my_server/features/ipmi/access', array(
    'type' => 'kvmipJnlp', // Required: IPMI console access (type: dedicated.server.IpmiAccessTypeEnum)
));

all accesses are created but no jump samango application, ie lacking of a folder in which should lie the script itself:

http://joxi.ru/EA46bKDswxeo7m
http://joxi.ru/82Qq4eGijdewY2

Tell me how to solve this problem?

@VincentCasse
Copy link
Member

I'm sorry but this issue is caused by the API and service itself. Please contact the support from the customer panel to give answer on this specific problem on dedicated servers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants