Create Agent Private Cloud (APC)
Payload Example
agent_apc_create={
"groc_account_id":"c4ca4238a0b923820dcc509a6f75849b",
"apc_name": "Agentzone",
"apc_description": "A agent private cloud for agents created and verified by Plotch.ai",
"status": "active",
"apc_tags": "groclake,prodlake,commerce",
"apc_owner": "Plotch.ai",
"gateway_agent_uuid": "1233a1333h13113",
"agentwall_id": "6771233a1333h13113",
"country": "India",
"valid_from": "2024-08-31T08:18:39.044Z",
"valid_until": "2024-08-31T08:18:39.044Z",
"apc_category": "Public",
"signing_public_key": "6767899-eye232-hg21bb-1",
"encr_public_key": "6767899-eye232-hg21bb-1",
"created": "2024-08-31T08:18:39.044Z",
"updated": "2024-08-31T08:18:39.044Z",
"organization": "Platiga Technology Pvt Ltd"
}
Usage Example
agent_apc_create= agentlake.apc_create(agent_apc_create)
print("Agent APC created:", agent_apc_create)
Example Code
agent_apc_create={
"groc_account_id":"c4ca4238a0b923820dcc509a6f75849b",
"apc_name": "Agentzone",
"apc_description": "A agent private cloud for agents created and verified by Plotch.ai",
"status": "active",
"apc_tags": "groclake,prodlake,commerce",
"apc_owner": "Plotch.ai",
"gateway_agent_uuid": "1233a1333h13113",
"agentwall_id": "6771233a1333h13113",
"country": "India",
"valid_from": "2024-08-31T08:18:39.044Z",
"valid_until": "2024-08-31T08:18:39.044Z",
"apc_category": "Public",
"signing_public_key": "6767899-eye232-hg21bb-1",
"encr_public_key": "6767899-eye232-hg21bb-1",
"created": "2024-08-31T08:18:39.044Z",
"updated": "2024-08-31T08:18:39.044Z",
"organization": "Platiga Technology Pvt Ltd"
}
agent_apc_create= agentlake.apc_create(agent_apc_create)
print("Agent APC created:", agent_apc_create)
Example Response
Agent APC created: {'apc_id': '0a2c8913-88fc-4441-ac7e-ac726d5b8779', 'message': 'APC created successfully!'}
Last updated