Cloud Management API 1.5

PublicationLineages

A Publication Lineage contains lineage information for a Publication in the MultiCloudMarketplace. It is shared among all revisions of a Publication within the marketplace. Publication Lineages are different than lineages that exist within an account.

Actions

show

Show information about a single publication lineage. Only non-HEAD revisions are possible.

URLs
GET /api/publication_lineages/:id
HTTP response code
200 OK
Content-type
application/vnd.rightscale.publication_lineage

Required roles

Parameters

name required type values regexp blank? description
view no String default * no Specifies how many attributes and/or expanded nested relationships to include.

Example Responses

Click on a format below to see an example response:

JSON XML
{
  "created_at": 1696849561,
  "updated_at": 1696849561,
  "name": "NAME_3156798944",
  "short_description": "SHORT_DESCRIPTION_3580299227",
  "long_description": "LONG_DESCRIPTION_2171300961",
  "comments_enabled": true,
  "comments_emailed": false,
  "links": [
    {"rel":"self","href":"/api/publication_lineages/1"}
  ],
  "actions": [

  ]
}
<?xml version="1.0" encoding="UTF-8"?>
<publication_lineage>
  <created_at>1696849561</created_at>
  <updated_at>1696849561</updated_at>
  <name>NAME_3156798944</name>
  <short_description>SHORT_DESCRIPTION_3580299227</short_description>
  <long_description>LONG_DESCRIPTION_2171300961</long_description>
  <comments_enabled>true</comments_enabled>
  <comments_emailed>false</comments_emailed>
  <links>
    <link rel="self" href="/api/publication_lineages/1"/>
  </links>
  <actions/>
</publication_lineage>