Chilkat Online Tools

unicodeCpp / Core Services API / DetachVnic

Back to Collection Items

#include <CkHttpW.h>
#include <CkHttpResponseW.h>

void ChilkatSample(void)
    {
    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    CkHttpW http;
    bool success;

    http.SetRequestHeader(L"Authorization",L"{{signature}}");
    http.SetRequestHeader(L"Date",L"{{date}}");
    http.SetRequestHeader(L"if-match",L"officia sed");

    CkHttpResponseW *resp = http.QuickRequest(L"DELETE",L"https://iaas.{{region}}.oraclecloud.com/20160918/vnicAttachments/:vnicAttachmentId");
    if (http.get_LastMethodSuccess() == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    int respStatusCode = resp->get_StatusCode();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode != 204) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",resp->header());
        wprintf(L"Response Body:\n");
        wprintf(L"%s\n",resp->bodyStr());
        wprintf(L"Failed.\n");
        delete resp;
        return;
    }

    delete resp;
    wprintf(L"Success.\n");
    }

Curl Command

curl -X DELETE
	-H "if-match: officia sed"
	-H "Date: {{date}}"
	-H "Authorization: {{signature}}"
https://iaas.{{region}}.oraclecloud.com/20160918/vnicAttachments/:vnicAttachmentId

Postman Collection Item JSON

{
  "name": "DetachVnic",
  "request": {
    "method": "DELETE",
    "header": [
      {
        "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
        "key": "if-match",
        "value": "officia sed"
      },
      {
        "key": "Date",
        "value": "{{date}}",
        "description": "(Required) Current Date",
        "type": "text"
      },
      {
        "key": "Authorization",
        "value": "{{signature}}",
        "description": "(Required) Signature Authentication on Authorization header",
        "type": "text"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "vnicAttachments",
        ":vnicAttachmentId"
      ],
      "variable": [
        {
          "key": "vnicAttachmentId",
          "value": "amet ut",
          "description": "(Required) The OCID of the VNIC attachment."
        }
      ]
    },
    "description": "Detaches and deletes the specified secondary VNIC.\nThis operation cannot be used on the instance's primary VNIC.\nWhen you terminate an instance, all attached VNICs (primary\nand secondary) are automatically detached and deleted.\n\n**Important:** If the VNIC has a\n[private IP](#/en/iaas/latest/PrivateIp/) that is the\n[target of a route rule](/iaas/Content/Network/Tasks/managingroutetables.htm#privateip),\ndeleting the VNIC causes that route rule to blackhole and the traffic\nwill be dropped.\n"
  },
  "response": [
    {
      "name": "The VNIC is being detached.",
      "originalRequest": {
        "method": "DELETE",
        "header": [
          {
            "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
            "key": "if-match",
            "value": "officia sed"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vnicAttachments",
            ":vnicAttachmentId"
          ],
          "variable": [
            {
              "key": "vnicAttachmentId"
            }
          ]
        }
      },
      "status": "No Content",
      "code": 204,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "DELETE",
        "header": [
          {
            "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
            "key": "if-match",
            "value": "officia sed"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vnicAttachments",
            ":vnicAttachmentId"
          ],
          "variable": [
            {
              "key": "vnicAttachmentId"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "DELETE",
        "header": [
          {
            "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
            "key": "if-match",
            "value": "officia sed"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vnicAttachments",
            ":vnicAttachmentId"
          ],
          "variable": [
            {
              "key": "vnicAttachmentId"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Not Found",
      "originalRequest": {
        "method": "DELETE",
        "header": [
          {
            "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
            "key": "if-match",
            "value": "officia sed"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vnicAttachments",
            ":vnicAttachmentId"
          ],
          "variable": [
            {
              "key": "vnicAttachmentId"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Precondition Failed",
      "originalRequest": {
        "method": "DELETE",
        "header": [
          {
            "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
            "key": "if-match",
            "value": "officia sed"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vnicAttachments",
            ":vnicAttachmentId"
          ],
          "variable": [
            {
              "key": "vnicAttachmentId"
            }
          ]
        }
      },
      "status": "Precondition Failed",
      "code": 412,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Internal Server Error",
      "originalRequest": {
        "method": "DELETE",
        "header": [
          {
            "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
            "key": "if-match",
            "value": "officia sed"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vnicAttachments",
            ":vnicAttachmentId"
          ],
          "variable": [
            {
              "key": "vnicAttachmentId"
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "An error has occurred.",
      "originalRequest": {
        "method": "DELETE",
        "header": [
          {
            "description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
            "key": "if-match",
            "value": "officia sed"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vnicAttachments/:vnicAttachmentId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vnicAttachments",
            ":vnicAttachmentId"
          ],
          "variable": [
            {
              "key": "vnicAttachmentId"
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    }
  ]
}