REST Resource: logicalProducts

Resource: LogicalProduct

Represents an independent service offering that can be provisioned by a customer.

JSON representation
{
  "name": string,
  "title": string,
  "productSuite": string,
  "variants": [
    string
  ],
  "lifecycleState": enum (LifecycleState),
  "replaced": boolean,
  "replacement": string
}
Fields
name

string

Identifier. The resource name of the LogicalProduct. Format: logicalProducts/{logicalProduct}.

title

string

Display name of the LogicalProduct.

productSuite

string

Product suite associated with the logical product. Format: productSuites/{productSuite}.

variants[]

string

Output only. Child variant resource references. Format: logicalProducts/{logicalProduct}/variants/{variant}

lifecycleState

enum (LifecycleState)

Output only. Current Lifecycle state of the logical product.

replaced

boolean

Output only. Indicates whether the logical product has been replaced. If false, the product is active. If true, the product has been replaced by another type, and the replacement field contains the resource name of that replacement.

replacement

string

Output only. The resource name of the Logical Entity that the logical product is replaced by. This field is only populated when this logical product is replaced by some other type. Eg: logicalProducts/{logicalProduct}/variants/{variant}, productSuites/{productSuite}, etc.

Methods

get

Gets details of a LogicalProduct.

list

Lists LogicalProducts matching given criteria.

lookupEntity

Look up entities.