-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathlanding.json
More file actions
50 lines (50 loc) · 1.99 KB
/
landing.json
File metadata and controls
50 lines (50 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"version": 2,
"title": "IBM Security Groups",
"introduction": "An IBM Cloud security group is a set of IP filter rules that define how to handle incoming and outgoing traffic to both the public and private interfaces of a virtual server instance. The rules that you add to a security group are known as security group rules.",
"product_page": "https://www.ibm.com/products/virtual-servers",
"console_page": "/classic/security/securitygroups",
"section_topics": {
"links": [
{
"title": "Getting started with IBM security groups",
"href": "/docs/security-groups?topic=security-groups-getting-started"
},
{
"title": "Creating security groups and rules",
"href": "/docs/security-groups?topic=security-groups-creating-security-groups"
},
{
"title": "Managing security groups",
"href": "/docs/security-groups?topic=security-groups-managing-sg"
}
]
},
"section_highlights": [
{
"title": "What is computer networking?",
"description": "An introduction to IBM computer networking about enabling the transmission and exchange of information and resources.",
"href": "https://www.ibm.com/think/topics/networking",
"type": "blog"
},
{
"title": "Network as a service",
"description": "In this demo, you’ll learn how you can use IBM Cloud services to create a simple three-tiered web app in a matter of clicks.",
"href": "https://cloud.ibm.com/docs/security-groups?topic=security-groups-naas-video",
"type": "video",
"recommended": true
}
],
"section_devtools": {
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/security_group"
},
"section_updates": {
"view_more": "/docs/overview?topic=overview-whatsnew",
"tiles": [
{
"date": "6 April 2018",
"title": "You can now add existing or predefined IBM Cloud Security Groups to instances during the ordering process."
}
]
}
}