Skip to main content

Retrieve a list of all revisions for a name cloud resource

GET 

/api/v2/terranetes/cloudresource/:name/revisions

Retrieve a list of all revisions for a name cloud resource

Request

Path Parameters

    name stringrequired

    name of the cloud resource to retrieve revisions for

Responses

Retrieved all known cloud resources

Schema

  • Array [

  • outputs

    undefined[]

  • Array [

  • description string

    Description is the description of the output

    name stringrequired

    Name is the name of the output

    sensitive boolean

    Sensitive indicates if the output is sensitive

    userFacing boolean

    UserFacing identifies this output as a key output to make downstream users of this resource plan aware of. It has no functional impact other than conveying that intention.

  • ]

  • revision stringrequired
    source string

    variables

    undefined[]

  • Array [

  • default string

    Default is the default value of the variable

    description string

    Description is the description of the variable

    name stringrequired

    Name is the name of the variable

    required boolean

    Required is true if the variable is required

    sensitive boolean

    Sensitive indicates if the output is sensitive

    type string

    Type is the type of the variable

  • ]

  • ]

Loading...