Aller au contenu principal

This page is only available in English.

Disable an existing interface

POST 

/v1/projects/:projectId/zones/:zoneName/virtualmachines/:virtualMachineId/interfaces/:interfaceName/actions/disable

Disable an interface.

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    zoneName stringrequired

    Zone name

    virtualMachineId stringrequired

    Virtual machine Identifier

    interfaceName stringrequired

    Name of the interface.

Header Parameters

    X-API-KEY string

    Your SIU token if you use this API through Orange Developer.

    Authorization string

    Bearer access token authentication if you use this API through Orange Developer or Orange Developer Inside.

    X-Requester-Id string

    Your SIU Id if you use this API through Orange Developer Inside.

Responses

Ok

Response Headers
    X-Job-Href

    Href of the asynchronous job that will process the request, in order to track its status.

    X-Retry-After

    The number of seconds to wait before checking the status of the job.

Schema
    hRefurirequired

    Hypertext reference of the resource.

curl -L -X POST '/v1/projects/:projectId/zones/:zoneName/virtualmachines/:virtualMachineId/interfaces/:interfaceName/actions/disable' \
-H 'Accept: application/json'
Request Collapse all
Base URL
/v1
Parameters
— pathrequired
— pathrequired
— pathrequired
— pathrequired
— header
— header
— header