createInstanceReverseIpv6
Create Instance Reverse IPv6
Details
- Method:
POST - Path:
/instances/{instance-id}/ipv6/reverse - Operation ID:
create-instance-reverse-ipv6
Parameters
{
"ip": {
"description": "The IPv6 address in full, expanded format.",
"required": true,
"location": "body",
"type": "string"
},
"reverse": {
"description": "The IPv6 reverse entry.",
"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('createInstanceReverseIpv6', {
# Add required parameters here
})