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.
Toegewijde IP’s
Inventaris, autorisatie, verwijdering en domeintoewijzingen van toegewijde IP’s beheren.
De voorbeelden gebruiken de A2A-codemodus. MCP biedt dezelfde codemodus via het hulpmiddel execute.
Functies
dedicated_ips.authorize
dedicated_ips.authorize(account_id: str, dedicated_ip_id: str, reissue?: bool) -> DedicatedIP
Toegewijde IP’s: dedicated_ips.authorize.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging proxy.authorizeAuthenticatie vereist jaUitvoermodus syncMogelijkheid proxy.authorizeResourcetype accountResource-ID-veld account_idOpenbare API-route POST /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}/authorize
Naam Type Vereist account_idstrja dedicated_ip_idstrja reissueboolnee
Veld Type Vereist idstrja namestrja statusstrja typestrja asnint | nullnee country_codestr | nullnee created_atstr | nullnee ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]nee updated_atstr | nullnee
Aanvraag: {
"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)"
}
Respons: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.authorize" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Aanvraag: {
"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)"
}
}
}
Respons: {
"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]
Toegewijde IP’s: dedicated_ips.available_options.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging proxy.createAuthenticatie vereist jaUitvoermodus syncMogelijkheid proxy.createResourcetype accountResource-ID-veld account_idOpenbare API-route GET /v1/public/accounts/{account_id}/dedicated-ips/available-options
Naam Type Vereist account_idstrja asnstr | nullnee country_codestr | nullnee
Veld Type Vereist idstrja namestrja asnint | nullnee country_codestr | nullnee ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]nee
Aanvraag: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.available_options(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , asn= \" <string> \" , country_code= \" <string> \" )"
}
Respons: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.available_options" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Aanvraag: {
"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> \" )"
}
}
}
Respons: {
"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
Toegewijde IP’s: dedicated_ips.claim.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging proxy.createAuthenticatie vereist jaUitvoermodus syncMogelijkheid proxy.createResourcetype accountResource-ID-veld account_idOpenbare API-route POST /v1/public/accounts/{account_id}/dedicated-ips/claim
Naam Type Vereist account_idstrja option_idstr | nullnee
Veld Type Vereist idstrja namestrja statusstrja typestrja asnint | nullnee country_codestr | nullnee created_atstr | nullnee ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]nee updated_atstr | nullnee
Aanvraag: {
"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 \" )"
}
Respons: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.claim" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Aanvraag: {
"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 \" )"
}
}
}
Respons: {
"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
Toegewijde IP’s: dedicated_ips.delete.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging proxy.deleteAuthenticatie vereist jaUitvoermodus syncMogelijkheid proxy.deleteResourcetype accountResource-ID-veld account_idOpenbare API-route DELETE /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}
Naam Type Vereist account_idstrja dedicated_ip_idstrja forceboolnee
Veld Type Vereist dedicated_ip_idstrja domain_ids[str]ja
Aanvraag: {
"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)"
}
Respons: {
"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
}
Aanvraag: {
"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)"
}
}
}
Respons: {
"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
Toegewijde IP’s: dedicated_ips.domains.assign.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging domain.proxy.assignAuthenticatie vereist jaUitvoermodus syncMogelijkheid domain.proxy.assignResourcetype accountResource-ID-veld account_idOpenbare API-route POST /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}/domains/assign
Naam Type Vereist account_idstrja dedicated_ip_idstrja domain_ids[str]nee
Veld Type Vereist dedicated_ip_idstrja domain_ids[str]ja
Aanvraag: {
"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 \" )"
}
Respons: {
"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
}
Aanvraag: {
"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 \" )"
}
}
}
Respons: {
"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
Toegewijde IP’s: dedicated_ips.domains.unassign.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging domain.proxy.assignAuthenticatie vereist jaUitvoermodus syncMogelijkheid domain.proxy.assignResourcetype accountResource-ID-veld account_idOpenbare API-route POST /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}/domains/unassign
Naam Type Vereist account_idstrja dedicated_ip_idstrja domain_ids[str]nee
Veld Type Vereist dedicated_ip_idstrja domain_ids[str]ja
Aanvraag: {
"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 \" )"
}
Respons: {
"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
}
Aanvraag: {
"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 \" )"
}
}
}
Respons: {
"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
Toegewijde IP’s: dedicated_ips.get.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging proxy.viewAuthenticatie vereist jaUitvoermodus syncMogelijkheid proxy.viewResourcetype accountResource-ID-veld account_idOpenbare API-route GET /v1/public/accounts/{account_id}/dedicated-ips/{dedicated_ip_id}
Naam Type Vereist account_idstrja dedicated_ip_idstrja
Veld Type Vereist idstrja namestrja statusstrja typestrja asnint | nullnee country_codestr | nullnee created_atstr | nullnee ip_addresses[{"ip": str, "fcrdns_confirmed"?: bool, "healthy"?: bool | null, "rdns"?: str | null}]nee updated_atstr | nullnee
Aanvraag: {
"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 \" )"
}
Respons: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.get" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Aanvraag: {
"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 \" )"
}
}
}
Respons: {
"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]
Toegewijde IP’s: dedicated_ips.list.
Eigenschap Waarde Eigenschap Waarde Vereiste machtiging proxy.viewAuthenticatie vereist jaUitvoermodus syncMogelijkheid proxy.viewResourcetype accountResource-ID-veld account_idOpenbare API-route GET /v1/public/accounts/{account_id}/dedicated-ips
Naam Type Vereist account_idstrja pageintnee page_sizeintnee
Veld Type Vereist 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}]ja pageintja page_sizeintja totalintja
Aanvraag: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "dedicated_ips.list(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , page=123, page_size=123)"
}
Respons: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : 123
},
"responses" : [
{
"index" : 0 ,
"function" : "dedicated_ips.list" ,
"status" : "completed" ,
"result" : 123
}
],
"complexity_score" : 1
}
Aanvraag: {
"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)"
}
}
}
Respons: {
"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
}
}