Documentation Index Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
IP dedicati
Gestire inventario, autorizzazione, eliminazione e assegnazioni di dominio degli IP dedicati.
Gli esempi usano la modalità codice A2A. MCP espone la stessa modalità codice tramite lo strumento execute.
Funzioni
dedicated_ips.authorize
dedicated_ips.authorize(account_id: str, dedicated_ip_id: str, reissue?: bool) -> DedicatedIP
IP dedicati: dedicated_ips.authorize.
Proprietà Valore Proprietà Valore Autorizzazione richiesta proxy.authorizeAutenticazione richiesta sìModalità di esecuzione syncCapacità proxy.authorizeTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}/authorize
Nome Tipo Obbligatorio account_idstrsì dedicated_ip_idstrsì reissueboolno
Campo Tipo Obbligatorio idstrsì namestrsì statusstrsì typestrsì asnint | nullno country_codestr | nullno created_atstr | nullno ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]no updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.authorize(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , reissue=true)"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.authorize" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.authorize(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , reissue=true)"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : 123 \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.authorize \" , \n \" status \" : \" completed \" , \n \" result \" : 123 \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
dedicated_ips.available_options
dedicated_ips.available_options(account_id: str, asn?: str | null, country_code?: str | null) -> list[DedicatedIP]
IP dedicati: dedicated_ips.available_options.
Proprietà Valore Proprietà Valore Autorizzazione richiesta proxy.createAutenticazione richiesta sìModalità di esecuzione syncCapacità proxy.createTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica GET /v1/public/accounts/{account_id}/dedicated-ips/available-options
Nome Tipo Obbligatorio account_idstrsì asnstr | nullno country_codestr | nullno
Campo Tipo Obbligatorio idstrsì namestrsì asnint | nullno country_codestr | nullno ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]no
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.available_options(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , asn= \" <string> \" , country_code= \" <string> \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.available_options" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.available_options(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , asn= \" <string> \" , country_code= \" <string> \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : 123 \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.available_options \" , \n \" status \" : \" completed \" , \n \" result \" : 123 \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
dedicated_ips.claim
dedicated_ips.claim(account_id: str, option_id?: str | null) -> DedicatedIP
IP dedicati: dedicated_ips.claim.
Proprietà Valore Proprietà Valore Autorizzazione richiesta proxy.createAutenticazione richiesta sìModalità di esecuzione syncCapacità proxy.createTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/dedicated-ips/claim
Nome Tipo Obbligatorio account_idstrsì option_idstr | nullno
Campo Tipo Obbligatorio idstrsì namestrsì statusstrsì typestrsì asnint | nullno country_codestr | nullno created_atstr | nullno ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]no updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.claim(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , option_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.claim" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.claim(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , option_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : 123 \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.claim \" , \n \" status \" : \" completed \" , \n \" result \" : 123 \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
dedicated_ips.delete
dedicated_ips.delete(account_id: str, dedicated_ip_id: str, force?: bool) -> DedicatedIP
IP dedicati: dedicated_ips.delete.
Proprietà Valore Proprietà Valore Autorizzazione richiesta proxy.deleteAutenticazione richiesta sìModalità di esecuzione syncCapacità proxy.deleteTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica DELETE /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}
Nome Tipo Obbligatorio account_idstrsì dedicated_ip_idstrsì forceboolno
Campo Tipo Obbligatorio dedicated_ip_idstrsì domain_ids[str]sì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.delete(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , force=true)"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : {
"dedicated_ip_id" : "<string>" ,
"domain_ids" : [
"<string>"
]
}
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.delete" ,
"status" : "completed" ,
"result" : {
"dedicated_ip_id" : "<string>" ,
"domain_ids" : [
"<string>"
]
}
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.delete(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , force=true)"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : { \n \" dedicated_ip_id \" : \" <string> \" , \n \" domain_ids \" : [ \n \" <string> \"\n ] \n } \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.delete \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" dedicated_ip_id \" : \" <string> \" , \n \" domain_ids \" : [ \n \" <string> \"\n ] \n } \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
dedicated_ips.domains.assign
dedicated_ips.domains.assign(account_id: str, dedicated_ip_id: str, domain_ids?: [str]) -> DedicatedIP
IP dedicati: dedicated_ips.domains.assign.
Proprietà Valore Proprietà Valore Autorizzazione richiesta domain.proxy.assignAutenticazione richiesta sìModalità di esecuzione syncCapacità domain.proxy.assignTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}/domains/assign
Nome Tipo Obbligatorio account_idstrsì dedicated_ip_idstrsì domain_ids[str]no
Campo Tipo Obbligatorio dedicated_ip_idstrsì domain_ids[str]sì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.domains.assign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : {
"dedicated_ip_id" : "<string>" ,
"domain_ids" : [
"<string>"
]
}
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.domains.assign" ,
"status" : "completed" ,
"result" : {
"dedicated_ip_id" : "<string>" ,
"domain_ids" : [
"<string>"
]
}
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.domains.assign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : { \n \" dedicated_ip_id \" : \" <string> \" , \n \" domain_ids \" : [ \n \" <string> \"\n ] \n } \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.domains.assign \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" dedicated_ip_id \" : \" <string> \" , \n \" domain_ids \" : [ \n \" <string> \"\n ] \n } \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
dedicated_ips.domains.unassign
dedicated_ips.domains.unassign(account_id: str, dedicated_ip_id: str, domain_ids?: [str]) -> DedicatedIP
IP dedicati: dedicated_ips.domains.unassign.
Proprietà Valore Proprietà Valore Autorizzazione richiesta domain.proxy.assignAutenticazione richiesta sìModalità di esecuzione syncCapacità domain.proxy.assignTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}/domains/unassign
Nome Tipo Obbligatorio account_idstrsì dedicated_ip_idstrsì domain_ids[str]no
Campo Tipo Obbligatorio dedicated_ip_idstrsì domain_ids[str]sì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.domains.unassign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : {
"dedicated_ip_id" : "<string>" ,
"domain_ids" : [
"<string>"
]
}
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.domains.unassign" ,
"status" : "completed" ,
"result" : {
"dedicated_ip_id" : "<string>" ,
"domain_ids" : [
"<string>"
]
}
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.domains.unassign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : { \n \" dedicated_ip_id \" : \" <string> \" , \n \" domain_ids \" : [ \n \" <string> \"\n ] \n } \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.domains.unassign \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" dedicated_ip_id \" : \" <string> \" , \n \" domain_ids \" : [ \n \" <string> \"\n ] \n } \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
dedicated_ips.get
dedicated_ips.get(account_id: str, dedicated_ip_id: str) -> DedicatedIP
IP dedicati: dedicated_ips.get.
Proprietà Valore Proprietà Valore Autorizzazione richiesta proxy.viewAutenticazione richiesta sìModalità di esecuzione syncCapacità proxy.viewTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica GET /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}
Nome Tipo Obbligatorio account_idstrsì dedicated_ip_idstrsì
Campo Tipo Obbligatorio idstrsì namestrsì statusstrsì typestrsì asnint | nullno country_codestr | nullno created_atstr | nullno ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]no updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.get(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.get" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.get(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , dedicated_ip_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : 123 \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.get \" , \n \" status \" : \" completed \" , \n \" result \" : 123 \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
dedicated_ips.list
dedicated_ips.list(account_id: str, page?: int, page_size?: int) -> Page[DedicatedIP]
IP dedicati: dedicated_ips.list.
Proprietà Valore Proprietà Valore Autorizzazione richiesta proxy.viewAutenticazione richiesta sìModalità di esecuzione syncCapacità proxy.viewTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica GET /v1/public/accounts/{account_id}/dedicated-ips
Nome Tipo Obbligatorio account_idstrsì pageintno page_sizeintno
Campo Tipo Obbligatorio items[{"id": str, "name": str, "status": str, "type": str, "asn"?: int | null, "country_code"?: str | null, "created_at"?: str | null, "ip_addresses"?: [{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}], "updated_at"?: str | null}]sì pageintsì page_sizeintsì totalintsì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.list(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , page=123, page_size=123)"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.list" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "dedicated_ips.list(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , page=123, page_size=123)"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : 123 \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" dedicated_ips.list \" , \n \" status \" : \" completed \" , \n \" result \" : 123 \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}