Develop > API calls > List properties of Offerings

List properties of Offerings

This API lists the underlying design components and their properties for the specified Offering.

URI Method Parameters Returns
http://[host]:[port] GET

Provision Cloud Service release gate action ID

200 - successful
400 - bad request
404 - not found

Examples

The following URL was sent:

https://csadev9737720a4.csacloud.local:8444/csa/api/codar/release-gate/gate-action/offeringproperties/?actionId=7e125b24-f261-45f8-9852-a0e1888fc1af

The following JSON was returned:

{

"members" : [ {

"displayName" : "OpenStack Server Template V2.0",

"name" : "c7140c27-e816-385a-4064-fddb775832db",

"description" : "This OpenStack server component template has customized settings for the properties, lifecycle actions, and resource offerings that provide initial settings for OpenStack service design.",

"id" : "c7140c27-e816-385a-4064-fddb775832db",

"properties" : [ {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Host Name",

"name" : "name",

"id" : "8a828b8e5ccfe655015ccff3a629179e",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Server Count",

"name" : "serverCount",

"id" : "8a828b8e5ccfe655015ccff3a62a17a1",

"type" : "Integer",

"value" : "0"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "CI Instance ID",

"name" : "ci_instance_id",

"id" : "8a828b8e5ccfe655015ccff3a62c17a8",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "IP Address",

"name" : "primary_ip_address",

"id" : "8a828b8e5ccfe655015ccff3a6791893",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Check Volume",

"name" : "checkVolume",

"id" : "8a828b8e5ccfe655015ccff3a64317ed",

"type" : "String",

"value" : "newvolume"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Image Name",

"name" : "imageName",

"id" : "8a828b8e5ccfe655015ccff3a672187e",

"type" : "List",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Domain Name",

"name" : "domain_name",

"id" : "8a828b8e5ccfe655015ccff3a66f1876",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Volume Display Name",

"name" : "volumeDisplayName",

"id" : "8a828b8e5ccfe655015ccff3a61d177b",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Public Network Name",

"name" : "floatingIPPool",

"id" : "8a828b8e5ccfe655015ccff3a667185d",

"type" : "List",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Security Groups",

"name" : "securityGroups",

"id" : "8a828b8e5ccfe655015ccff3a667185b",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "MAC Address",

"name" : "primary_mac_address",

"id" : "8a828b8e5ccfe655015ccff3a628179d",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Public Key",

"name" : "publicKey",

"id" : "8a828b8e5ccfe655015ccff3a6591830",

"type" : "String",

"value" : "null"

}, {

"modifiableDuringPackageDeploy" : true,

"minOccurs" : 0,

"displayName" : "Region",

"name" : "region",

"id" : "8a828b8e5ccfe655015ccff3a63c17d7",

"type" : "List",

"value" : "null"

} ]

}