GetPropertiesOfSolutionForProject
VCS-proj-0078 Get extra properties of a solution for a project
Path Parameters
- project_id integer required
Project ID
- solutions_id integer required
Solution ID
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int64
site_extra_prop object
static-ip string[]locale string[]image string[]private-network string[]timezone string[]system-volume-type string[]floating-ip string[]flavor string[]volume-type string[]password stringports stringvolume-size string
{
"id": 0,
"site_extra_prop": {
"static-ip": [
"string"
],
"locale": [
"string"
],
"image": [
"string"
],
"private-network": [
"string"
],
"timezone": [
"string"
],
"system-volume-type": [
"string"
],
"floating-ip": [
"string"
],
"flavor": [
"string"
],
"volume-type": [
"string"
],
"password": "string",
"ports": "string",
"volume-size": "string"
}
}
request is unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- message string
{
"message": "Your request is unauthorized"
}
do not have permission to perform this action
- application/json
- Schema
- Example (from schema)
Schema
- message string
{
"message": "40301: You do not have permission to perform this action."
}
Project not found
- application/json
- Schema
- Example (from schema)
Schema
- message string
{
"message": "40401: Project {project_id} not found"
}
Internal Server Error
Loading...