Get Security Rule
GET/projects/:projectId/providers/Aruba.Network/vpcs/:vpcId/securityGroups/:securityGroupId/securityRules/:id
Get Security Rule
Request
Path Parameters
unique identifier of the project CMP
unique identifier of the vpc in which the security group has been created
unique identifier of the security group in which the security rule has been created
unique identifier of the security rule
Query Parameters
if the resource exists in status "Deleted", returns NotFound according to the value of this flag
false
The requested API version
1.0
Responses
- 200
- 404
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
metadata
object
nullable
location
object
nullable
project
object
nullable
category
object
nullable
typology
object
nullable
status
object
nullable
disableStatusInfo
object
nullable
previousStatus
object
nullable
properties
object
nullable
linkedResources
object[]
nullable
Direction of the rule.
Protocol
Port range
target
object
nullable
The target of the rule (source or destination according to the direction)
Type of the target.
Possible values: [Ip
, SecurityGroup
]
Value of the target.
data
object
nullable
private
object
nullable
{}
- Schema
- Example (from schema)
Schema
Array [
]
metadata
object
nullable
location
object
nullable
project
object
nullable
category
object
nullable
typology
object
nullable
status
object
nullable
disableStatusInfo
object
nullable
previousStatus
object
nullable
properties
object
nullable
linkedResources
object[]
nullable
Direction of the rule.
Protocol
Port range
target
object
nullable
The target of the rule (source or destination according to the direction)
Type of the target.
Possible values: [Ip
, SecurityGroup
]
Value of the target.
data
object
nullable
private
object
nullable
{}
- Schema
- Example (from schema)
Schema
Array [
]
metadata
object
nullable
location
object
nullable
project
object
nullable
category
object
nullable
typology
object
nullable
status
object
nullable
disableStatusInfo
object
nullable
previousStatus
object
nullable
properties
object
nullable
linkedResources
object[]
nullable
Direction of the rule.
Protocol
Port range
target
object
nullable
The target of the rule (source or destination according to the direction)
Type of the target.
Possible values: [Ip
, SecurityGroup
]
Value of the target.
data
object
nullable
private
object
nullable
{}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Server Error