Created: 2023-08-11 | Updated: 2024-09-21
HTTP server
New (v0.3.3)
Table of contents
Node Type: http
Rendering:
Code Snippet:
# given
mcd = MultiCloudDiagrams()
# when
arn = 'https://somedomain.com'
metadata = {
"Owner": "organization1",
"authorizer": "auth0",
"Throttling": 500
}
mcd.add_vertex(node_id=arn, node_name='mock_data', node_type='http', metadata=metadata)
drawio http vertex:
<mxCell id="vertex:http:https://somedomain.com" parent="1" vertex="1">
<mxGeometry width="63" height="66" as="geometry"/>
</mxCell>
Advanced for Geeks:
Style:
style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.http_protocol;fillColor=#5294CF;gradientColor=none;"
attribute | value |
---|---|
align | left |
dashed | 0 |
fillColor | #5294CF |
gradientColor | none |
html | 1 |
outlineConnect | 0 |
shape | mxgraph.aws3.http_protocol |
verticalAlign | top |
verticalLabelPosition | bottom |
Vertex size:
attribute | value |
---|---|
width | 63 |
height | 66 |
Full XML dump:
<mxfile host="multicloud-diagrams" agent="PIP package multicloud-diagrams. Generate resources in draw.io compatible format for Cloud infrastructure. Copyrights @ Roman Tsypuk 2023. MIT license." type="MultiCloud">
<diagram id="diagram_1" name="AWS components">
<mxGraphModel dx="1015" dy="661" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="1">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="vertex:http:https://somedomain.com" value="<b>Name</b>: mock_data<BR><b>ID</b>: https://somedomain.com<BR>-----------<BR><b>Owner</b>: organization1<BR><b>authorizer</b>: auth0<BR><b>Throttling</b>: 500" style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.http_protocol;fillColor=#5294CF;gradientColor=none;" parent="1" vertex="1">
<mxGeometry width="63" height="66" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
drawio file:
Download generated http.drawio
: