SpaceONE APIs
Latest Version
Latest Version
  • README
  • Board
    • V1
      • Board
      • Post
  • Config
    • V1
      • Domain Config
      • User Config
  • Core
    • V1
      • Handler
      • Query
      • Server Info
  • Cost Analysis
    • Plugin
      • Cost
      • Data Source
      • Job
    • V1
      • Budget
      • Budget Usage
      • Cost
      • Cost Query Set
      • Custom Widget
      • Data Source
      • Data Source Rule
      • Exchange Rate
      • Job
      • Job Task
      • Public Dashboard
      • Schedule
      • User Dashboard
  • Identity
    • Plugin
      • Auth
    • V1
      • Api Key
      • Authorization
      • Domain
      • Domain Owner
      • Endpoint
      • Policy
      • Project
      • Project Group
      • Provider
      • Role
      • Role Binding
      • Service Account
      • Token
      • User
  • Inventory
    • Plugin
      • Collector
    • V1
      • Change History
      • Cloud Service
      • Cloud Service Type
      • Collector
      • Job
      • Job Task
      • Note
      • Region
      • Resource Group
      • Server
  • Monitoring
    • Plugin
      • Data Source
      • Event
      • Log
      • Metric
      • Webhook
    • V1
      • Alert
      • Data Source
      • Escalation Policy
      • Event
      • Event Rule
      • Log
      • Maintenance Window
      • Metric
      • Note
      • Project Alert Config
      • Webhook
  • Notification
    • Plugin
      • Notification
      • Protocol
    • V1
      • Notification
      • Notification Usage
      • Project Channel
      • Protocol
      • Quota
      • User Channel
  • Plugin
    • V1
      • Plugin
      • Supervisor
  • Repository
    • V1
      • Plugin
      • Policy
      • Repository
      • Schema
  • Sample
    • V1
      • Helloworld
  • Secret
    • V1
      • Secret
      • Secret Group
  • Statistics
    • Plugin
      • Storage
    • V1
      • History
      • Resource
      • Schedule
      • Storage
Powered by GitBook
On this page
  • Quota
  • create
  • update
  • delete
  • get
  • list
  • stat
  • Message
  • CreateQuotaRequest
  • QuotaInfo
  • QuotaQuery
  • QuotaRequest
  • QuotaStatQuery
  • QuotasInfo
  • UpdateQuotaRequest

Was this helpful?

  1. Notification
  2. V1

Quota

Package : spaceone.api.notification.v1

Quota

Quota Methods:

Method
Request
Response

create

POST /notification/v1/quotas

Creates a new Quota for Protocol.

Type
Message

Request

Response

update

PUT /notification/v1/quota/{quota_id}

Updates a exist Quota information.

Type
Message

Request

Response

delete

DELETE /notification/v1/quota/{quota_id}

Delete the Quota.

Type
Message

Request

Response

get

GET /notification/v1/quota/{quota_id}

Gets a single Quota information.

Type
Message

Request

Response

list

GET /notification/v1/quotas

POST /notification/v1/quotas/search

Lists the specified Quota information.Can search information using the query format provided by SpaceONE.Detailed information about Query format can be checked in the Search Query pages.

Type
Message

Request

Response

stat

POST /notification/v1/quotas/stat

Type
Message

Request

Response

Message

CreateQuotaRequest

Field
Type
Required
Description

protocol_id

string

✔

limit

✔

The information about Quota limitation.

domain_id

string

✔

The ID of domain.

QuotaInfo

Field
Type
Description

quota_id

string

The ID of Quota.

protocol_id

string

The ID of Protocol.

limit

The information about Quota limitation.

domain_id

string

The ID of domain

QuotaQuery

Field
Type
Required
Description

query

✘

Query format provided by SpaceONE. Please check the link for more information.

quota_id

string

✘

The ID of Quota.

protocol_id

string

✘

The ID of Protocol.

domain_id

string

✔

The ID of domain.

QuotaRequest

Field
Type
Required
Description

quota_id

string

✔

The ID of Quota.

domain_id

string

✔

The ID of domain.

QuotaStatQuery

Field
Type
Required
Description

query

✔

Statistics Query format provided by SpaceONE. Please check the link for more information.

domain_id

string

✔

The ID of domain.

QuotasInfo

Field
Type
Description

results

List of queried Quota.

total_count

Total counts of queried Quota.

UpdateQuotaRequest

Field
Type
Required
Description

quota_id

string

✔

The ID of Quota.

limit

✔

The information about Quota limitation.

domain_id

string

✔

PreviousProtocolNextUser Channel

Last updated 3 years ago

Was this helpful?

google.protobuf.Empty
google.protobuf.Struct
google.protobuf.Empty
google.protobuf.Struct
google.protobuf.Struct
google.protobuf.Struct
spaceone.api.core.v1.Query
spaceone.api.core.v1.StatisticsQuery
int32
google.protobuf.Struct
create
CreateQuotaRequest
QuotaInfo
update
UpdateQuotaRequest
QuotaInfo
delete
QuotaRequest
get
QuotaRequest
QuotaInfo
list
QuotaQuery
QuotasInfo
stat
QuotaStatQuery
CreateQuotaRequest
QuotaInfo
UpdateQuotaRequest
QuotaInfo
QuotaRequest
QuotaRequest
QuotaInfo
QuotaQuery
QuotasInfo
QuotaStatQuery
list of QuotaInfo