Open Context Protocol is live! 🚀 Read the launch post
postInstancesInstanceIdIpv4ReverseDefault

postInstancesInstanceIdIpv4ReverseDefault

Set Default Reverse DNS Entry

Details

  • Method: POST
  • Path: /instances/{instance-id}/ipv4/reverse/default
  • Operation ID: post-instances-instance-id-ipv4-reverse-default

Parameters

{
  "ip": {
    "description": "",
    "required": true,
    "location": "body",
    "type": "string"
  }
}

Usage

from ocp_agent import OCPAgent

agent = OCPAgent()
await agent.register_api('vultr')

# Call this tool
result = await agent.call_tool('postInstancesInstanceIdIpv4ReverseDefault', {
    # Add required parameters here
})