Dashboard Product
    • PDF

    Dashboard Product

    • PDF

    Article Summary

    대시보드 데이터 내보내기

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/dashboards/products/{product-id}/apis/{api-id}/stages/{stage-id}/export
    

    요청 파라미터

    이름위치필수여부타입설명
    productIdpathYStringProduct Id
    길이(최대/최소): 0/10
    apiIdpathYStringApi Id
    길이(최대/최소): 0/10
    stageIdpathYStringStage Id
    길이(최대/최소): 0/10
    regionsquery stringNList<String>Regions
    콜렉션의 아이템은 null일 수 없음
    offsetquery stringNLongOffset
    최소: 0
    최대: 9,223,372,036,854,775,807
    limitquery stringNLongLimit
    최소: 1
    최대: 9,223,372,036,854,775,807
    fromquery stringYStringFrom
    패턴: yyyy-MM-dd
    toquery stringYStringTo
    패턴: yyyy-MM-dd
    timeZonequery stringYStringTime Zone
    패턴: +09:00

    요청 바디

    • 없음

    응답 코드

    • 200

    응답 바디

    "Download File"
    

    API 조회

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/dashboards/products/{product-id}/api-ids
    

    요청 파라미터

    이름위치필수여부타입설명
    productIdpathYStringProduct Id
    길이(최대/최소): 0/10
    regionsquery stringNList<String>Regions
    콜렉션의 아이템은 null일 수 없음
    offsetquery stringNLongOffset
    최소: 0
    최대: 9,223,372,036,854,775,807
    limitquery stringNLongLimit
    최소: 1
    최대: 9,223,372,036,854,775,807
    fromquery stringYStringFrom
    패턴: yyyy-MM-dd
    toquery stringYStringTo
    패턴: yyyy-MM-dd
    timeZonequery stringYStringTime Zone
    패턴: +09:00
    apiIdquery stringNStringApi Id

    요청 바디

    • 없음

    응답 코드

    • 200

    응답 바디

    {
      "apis" : {
        "total" : 0,
        "content" : [ {
          "apiName" : "apiName",
          "isDeleted" : true,
          "apiId" : "apiId"
        } ]
      }
    }
    

    대시보드 데이터 조회

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/dashboards/products/{product-id}/charts
    

    요청 파라미터

    이름위치필수여부타입설명
    productIdpathYStringProduct Id
    길이(최대/최소): 0/10
    regionsquery stringNList<String>Regions
    콜렉션의 아이템은 null일 수 없음
    offsetquery stringNLongOffset
    최소: 0
    최대: 9,223,372,036,854,775,807
    limitquery stringNLongLimit
    최소: 1
    최대: 9,223,372,036,854,775,807
    fromquery stringYStringFrom
    패턴: yyyy-MM-dd
    toquery stringYStringTo
    패턴: yyyy-MM-dd
    timeZonequery stringYStringTime Zone
    패턴: +09:00
    apiIdquery stringNStringApi Id

    요청 바디

    • 없음

    응답 코드

    • 200

    응답 바디

    {
      "apis" : {
        "total" : 6,
        "content" : [ {
          "apiName" : "apiName",
          "isDeleted" : true,
          "stages" : [ {
            "stageName" : "stageName",
            "isDeleted" : true,
            "series" : [ {
              "data" : [ {
                "time" : "time",
                "value" : 0.8008282
              } ],
              "name" : "name",
              "region" : "region"
            } ],
            "stageId" : "stageId"
          } ],
          "apiId" : "apiId"
        } ]
      }
    }
    

    Product 조회

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/dashboards/products
    

    요청 파라미터

    이름위치필수여부타입설명
    regionsquery stringNList<String>Regions
    콜렉션의 아이템은 null일 수 없음
    offsetquery stringNLongOffset
    최소: 0
    최대: 9,223,372,036,854,775,807
    limitquery stringNLongLimit
    최소: 1
    최대: 9,223,372,036,854,775,807
    fromquery stringYStringFrom
    패턴: yyyy-MM-dd
    toquery stringYStringTo
    패턴: yyyy-MM-dd
    timeZonequery stringYStringTime Zone
    패턴: +09:00

    요청 바디

    • 없음

    응답 코드

    • 200

    응답 바디

    {
      "products" : [ {
        "isDeleted" : true,
        "productId" : "productId",
        "disabled" : true,
        "permission" : "permission",
        "productName" : "productName",
        "actionName" : "actionName"
      } ]
    }
    

    이 문서가 도움이 되었습니까?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.