跳到主要内容
版本:v0.6

Get diff latest for a resource run that belongs to an environment of a project.

Get diff latest for a resource run.

Get diff latest for a resource run that belongs to an environment of a project.

Path Parameters
    project string required
    environment string required
    resource string required
    resourcerun string required
Responses

OK


Schema
    new object required
    attributes object required
    property name* byte
    computedAttributes object required
    property name* byte
    templateName string required
    templateVersion string required
    old object required
    attributes object required
    property name* byte
    computedAttributes object required
    property name* byte
    templateName string required
    templateVersion string required
GET /v1/projects/:project/environments/:environment/resources/:resource/runs/:resourcerun/diff-latest

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
project — path required
environment — path required
resource — path required
resourcerun — path required
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/environments/:environment/resources/:resource/runs/:resourcerun/diff-latest' \
-H 'Accept: application/json'